Avoid including other headers from the msvcrt headers, duplicate some
commit3f5ff2fba2047561493622a691a244cf81114752
authorAlexandre Julliard <julliard@winehq.org>
Wed, 18 Dec 2002 20:17:20 +0000 (18 20:17 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Dec 2002 20:17:20 +0000 (18 20:17 +0000)
tree8b133e9f0a9538532393faefed5e47c3207b2d96
parent1df8f18e468c5d16c91375154842cc982d9a837b
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.
28 files changed:
dlls/msvcrt/file.c
dlls/msvcrt/misc.c
dlls/msvcrt/scanf.c
include/msvcrt/ctype.h
include/msvcrt/direct.h
include/msvcrt/dos.h
include/msvcrt/eh.h
include/msvcrt/errno.h
include/msvcrt/io.h
include/msvcrt/locale.h
include/msvcrt/malloc.h
include/msvcrt/mbctype.h
include/msvcrt/mbstring.h
include/msvcrt/process.h
include/msvcrt/search.h
include/msvcrt/setjmp.h
include/msvcrt/stddef.h
include/msvcrt/stdio.h
include/msvcrt/stdlib.h
include/msvcrt/string.h
include/msvcrt/sys/stat.h
include/msvcrt/sys/timeb.h
include/msvcrt/sys/types.h
include/msvcrt/sys/utime.h
include/msvcrt/time.h
include/msvcrt/wchar.h
include/msvcrt/wctype.h
include/winnt.h