1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/include/msvcrt
Alexandre Julliard 3f5ff2fba2 Avoid including other headers from the msvcrt headers, duplicate some
definitions instead like Windows does.
Always define wchar_t (suggested by Dimitrie O. Paun), and use wchar_t
everywhere instead of WCHAR to avoid depending on Windows headers.
2002-12-18 20:17:20 +00:00
..
sys Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
conio.h Added __WINE_USE_MSVCRT. 2001-10-22 18:59:23 +00:00
crtdbg.h Added casts to all macros to avoid compiler warnings. 2002-09-24 03:04:45 +00:00
ctype.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
direct.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
dos.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
eh.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
errno.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
fcntl.h Added __WINE_USE_MSVCRT. 2001-10-22 18:59:23 +00:00
io.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
locale.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
malloc.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
mbctype.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
mbstring.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
process.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
search.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
setjmp.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
share.h And in addition to Mingw32 we will want the _ versions. 2001-12-21 19:15:11 +00:00
stddef.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
stdio.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
stdlib.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
string.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
time.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
wchar.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00
wctype.h Avoid including other headers from the msvcrt headers, duplicate some 2002-12-18 20:17:20 +00:00