reactos/lib/sdk/crt
Amine Khaldi fc902e6f58 * Sync to trunk HEAD (r53473).
svn path=/branches/shell32_new-bringup/; revision=53475
2011-08-27 19:26:31 +00:00
..
conio
direct
except * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
float * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
include * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
locale
math * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
mbstring
mem
misc
printf
process
search
setjmp
signal
startup * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
stdio * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
stdlib
string * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
sys_stat
time * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
wine
wstring
CMakeLists.txt
crt.cmake * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
crt.rbuild * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
libcntpr.cmake * Sync to trunk HEAD (r53473). 2011-08-27 19:26:31 +00:00
libcntpr.rbuild
moldname-msvcrt.def
msvcrtex.cmake
oldnames.cmake
precomp.h
README.txt

Big chunks of this CRT library are taken from Wine's msvcrt implementation,
you can find a list of synced files in README.WINE file.

Notes:
1. When syncing, omit MSVCRT_ prefix where possible, Wine has to keep this
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.