reactos/lib/sdk/crt
Amine Khaldi 4f2d0d54b0 * Sync to recent trunk (r52563).
svn path=/branches/GSoC_2011/TcpIpDriver/; revision=52565
2011-07-08 01:50:19 +00:00
..
conio [CMAKE] 2011-01-26 22:19:12 +00:00
direct [CMAKE] 2011-03-26 13:00:21 +00:00
except * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
float
include * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
locale
math * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
mbstring
mem
misc * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
printf * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
process
search
setjmp [CMAKE] 2011-01-27 13:37:21 +00:00
signal
startup * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
stdio * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
stdlib [CMAKE] 2011-01-26 22:19:12 +00:00
string * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
sys_stat
time
wine [CMAKE] 2011-04-24 13:44:58 +00:00
wstring
CMakeLists.txt * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
crt.cmake * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
libcntpr.cmake * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
moldname-msvcrt.def * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
msvcrtex.cmake * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +00:00
oldnames.cmake * Sync to recent trunk (r52563). 2011-07-08 01:50:19 +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.