Synchronize with trunk r58457.
[reactos.git] / lib / sdk / crt / README.txt
index 3ab5606..402c008 100644 (file)
@@ -7,4 +7,4 @@ because they are linking with *both* original crt, and ms crt implementation.
 ReactOS has the only CRT, so no need to make distinct functions.
 2. ReactOS compiles two versions of the CRT library, one for usermode
 (called just "crt"), and one version for kernelmode usage (called "libcntpr").
-In order to separate the code, you can use #ifdef _LIBCNT_ for libcntpr code.
\ No newline at end of file
+In order to separate the code, you can use #ifdef _LIBCNT_ for libcntpr code.