Samuel Serapión (samdwise51 AT gmail DOT com):
authorColin Finck <colin@reactos.org>
Wed, 28 May 2008 21:08:23 +0000 (21:08 +0000)
committerColin Finck <colin@reactos.org>
Wed, 28 May 2008 21:08:23 +0000 (21:08 +0000)
commit1e959119916f3ec507fa7a1c37f24b49c7ff9b7d
tree66ab4ac3ce464db8f75b6df1f0763c125c3e1588
parentc6aa541df2ae6d9d296b3f7b663958a61fe77d4e
Samuel Serapión (samdwise51 AT gmail DOT com):
- Sync parts of msvcrt with Wine (more will follow)
  This makes us passing a lot more msvcrt Wine tests (like all heap tests)

svn path=/trunk/; revision=33747
21 files changed:
reactos/dll/win32/msvcrt/msvcrt.def
reactos/lib/sdk/crt/crt.rbuild
reactos/lib/sdk/crt/except/cpp.c
reactos/lib/sdk/crt/except/xcptfil.c
reactos/lib/sdk/crt/include/internal/wine/cppexcept.h
reactos/lib/sdk/crt/include/internal/wine/msvcrt.h
reactos/lib/sdk/crt/locale/locale.c
reactos/lib/sdk/crt/math/stubs.c
reactos/lib/sdk/crt/mbstring/ismbc.c
reactos/lib/sdk/crt/mbstring/ismblead.c
reactos/lib/sdk/crt/misc/stubs.c
reactos/lib/sdk/crt/process/_system.c
reactos/lib/sdk/crt/signal/signal.c
reactos/lib/sdk/crt/stdlib/errno.c
reactos/lib/sdk/crt/stdlib/obsol.c
reactos/lib/sdk/crt/string/atol.c
reactos/lib/sdk/crt/sys_stat/fstati64.c
reactos/lib/sdk/crt/sys_stat/stat.c
reactos/lib/sdk/crt/sys_stat/wstat.c
reactos/lib/sdk/crt/time/ctime.c
reactos/lib/sdk/crt/wine/heap.c