Split the MSVCRT implementation headers from the public headers.
authorDimitrie O. Paun <dpaun@rogers.com>
Fri, 25 Jun 2004 01:19:15 +0000 (01:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 25 Jun 2004 01:19:15 +0000 (01:19 +0000)
commit0377462460c9548043faedafa4a91bf51682fa41
treefa294972d552f3bae4185ea1059a9285526d5f68
parent7d12892731ccbf6cfd8c06ee4f01ad82dfd72337
Split the MSVCRT implementation headers from the public headers.
Fix some naming conventions aberrations.
Add tests to ensure consistency between the two sets of symbols.
58 files changed:
dlls/msvcrt/Makefile.in
dlls/msvcrt/console.c
dlls/msvcrt/cpp.c
dlls/msvcrt/cppexcept.c
dlls/msvcrt/ctype.c
dlls/msvcrt/data.c
dlls/msvcrt/dir.c
dlls/msvcrt/environ.c
dlls/msvcrt/errno.c
dlls/msvcrt/except.c
dlls/msvcrt/exit.c
dlls/msvcrt/file.c
dlls/msvcrt/heap.c
dlls/msvcrt/locale.c
dlls/msvcrt/main.c
dlls/msvcrt/math.c
dlls/msvcrt/mbcs.c
dlls/msvcrt/misc.c
dlls/msvcrt/msvcrt.h
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/process.c
dlls/msvcrt/scanf.c
dlls/msvcrt/string.c
dlls/msvcrt/tests/.cvsignore
dlls/msvcrt/tests/Makefile.in
dlls/msvcrt/tests/headers.c [new file with mode: 0644]
dlls/msvcrt/thread.c
dlls/msvcrt/time.c
dlls/msvcrt/wcs.c
include/msvcrt/conio.h
include/msvcrt/ctype.h
include/msvcrt/direct.h
include/msvcrt/dos.h
include/msvcrt/eh.h
include/msvcrt/errno.h
include/msvcrt/fcntl.h
include/msvcrt/float.h
include/msvcrt/io.h
include/msvcrt/locale.h
include/msvcrt/malloc.h
include/msvcrt/math.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/winsock.h