wine/ include/msvcrt/sys/stat.h include/msvcrt ...

Alexandre Julliard julliard at winehq.org
Tue Mar 16 13:17:11 CST 2004


ChangeSet ID:	11526
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/03/16 13:17:11

Modified files:
	include/msvcrt/sys: stat.h 
	include/msvcrt : wchar.h time.h string.h stdlib.h stdio.h io.h 
	                 dos.h direct.h 
	dlls/msvcrt    : string.c process.c msvcrt.spec msvcrt.h math.c 
	                 file.c exit.c errno.c dir.c 

Log message:
	Hans Leidekker <hans at it.vu.nl>
	- Prefix many more functions, types, structs, etc. with MSVCRT_.
	- Correct prototypes for _memccpy()/_memicmp().
	- "define before use" reordering in file.c.
	- Use the new math.h/float.h.

Patch: http://cvs.winehq.org/patch.py?id=11526

Old revision  New revision  Changes     Path
 1.11          1.12          +19 -19     wine/include/msvcrt/sys/stat.h
 1.5           1.6           +13 -13     wine/include/msvcrt/wchar.h
 1.6           1.7           +2 -2       wine/include/msvcrt/time.h
 1.8           1.9           +2 -2       wine/include/msvcrt/string.h
 1.15          1.16          +4 -4       wine/include/msvcrt/stdlib.h
 1.16          1.17          +14 -14     wine/include/msvcrt/stdio.h
 1.6           1.7           +27 -27     wine/include/msvcrt/io.h
 1.4           1.5           +3 -3       wine/include/msvcrt/dos.h
 1.5           1.6           +1 -1       wine/include/msvcrt/direct.h
 1.8           1.9           +1 -1       wine/dlls/msvcrt/string.c
 1.21          1.22          +4 -4       wine/dlls/msvcrt/process.c
 1.85          1.86          +34 -34     wine/dlls/msvcrt/msvcrt.spec
 1.24          1.25          +2 -2       wine/dlls/msvcrt/msvcrt.h
 1.20          1.21          +8 -69      wine/dlls/msvcrt/math.c
 1.64          1.65          +172 -167   wine/dlls/msvcrt/file.c
 1.11          1.12          +7 -7       wine/dlls/msvcrt/exit.c
 1.11          1.12          +6 -6       wine/dlls/msvcrt/errno.c
 1.26          1.27          +14 -15     wine/dlls/msvcrt/dir.c




More information about the wine-cvs mailing list