reactos/lib/sdk/crt
Jérôme Gardou 82822656c3 Sync with trunk (48237)
svn path=/branches/reactos-yarotows/; revision=48246
2010-07-25 11:17:52 +00:00
..
conio
direct
except Sync with trunk (48237) 2010-07-25 11:17:52 +00:00
float Sync to trunk (r47832) 2010-06-23 16:21:41 +00:00
include
locale Sync with trunk (r48008) 2010-07-13 17:46:03 +00:00
math Sync with trunk (48237) 2010-07-25 11:17:52 +00:00
mbstring
mem
misc Sync with trunk (r48123) 2010-07-20 20:09:43 +00:00
process
search
setjmp Sync with trunk (48237) 2010-07-25 11:17:52 +00:00
signal
stdio
stdlib Sync with trunk (r48008) 2010-07-13 17:46:03 +00:00
string
sys_stat
time Sync with trunk (r48008) 2010-07-13 17:46:03 +00:00
wine Sync to trunk (r47832) 2010-06-23 16:21:41 +00:00
wstring
crt.rbuild Sync with trunk (48237) 2010-07-25 11:17:52 +00:00
libcntpr.rbuild Sync with trunk (48237) 2010-07-25 11:17:52 +00:00
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.