wine/dlls/msvcrt
Daniel Marmier a613de2a22 Use #ifdef instead of #if for all feature tests.
Check that _MSC_VER is defined before using it.
2003-09-30 00:33:47 +00:00
..
tests Various test fixes for XP/msvc. 2003-09-25 20:29:40 +00:00
.cvsignore
console.c
cpp.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
cppexcept.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
cppexcept.h Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that 2003-08-28 03:07:56 +00:00
ctype.c
data.c
dir.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
environ.c Rewrote getenv and _wgetenv to avoid returning a pointer to a freed 2003-09-24 18:57:28 +00:00
errno.c
except.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
exit.c
file.c _tempnam and _wtempnam should not create the temp file (reported by 2003-09-27 02:45:39 +00:00
heap.c
lconv.c
locale.c Removed the A/W constants for builtin cursors, icons and resource 2003-09-10 03:56:47 +00:00
lock.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
main.c
Makefile.in
math.c
mbcs.c
misc.c
msvcrt.h
msvcrt.spec A first stab at wcstod(). 2003-09-23 22:50:30 +00:00
mtdll.h
process.c Use #ifdef instead of #if for all feature tests. 2003-09-30 00:33:47 +00:00
scanf.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
scanf.h
string.c
thread.c
time.c
wcs.c A first stab at wcstod(). 2003-09-23 22:50:30 +00:00