wine/ tools/winapi/winapi_check tools/winapi/n ...

Alexandre Julliard julliard at winehq.org
Fri May 6 11:22:55 CDT 2005


ChangeSet ID:	17324
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/06 11:22:55

Modified files:
	tools/winapi   : winapi_check nativeapi.pm 
	loader         : preloader.c 
	dlls/winsock   : socket.c 
	dlls/winedos   : vxd.c ppdev.c module.c int21.c 
	dlls/winaspi   : winaspi32.c winaspi16.c 
	dlls/shell32   : shfldr_unixfs.c 
	dlls/ntdll     : server.c path.c directory.c cdrom.c 
	dlls/msacm/winemp3: common.c 
	dlls/kernel    : vxd.c oldconfig.c kernel_main.c comm.c 
	dlls/gdi       : freetype.c 
	dlls/dbghelp   : stabs.c elf_module.c 
	dlls/crtdll    : crtdll_main.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Fix nativeapi.pm so it knows about AC_HEADER_STAT().
	Make the error message about unexpected '#ifdef HAVE_XXX' clearer.
	Protect sys/stat.h #includes with the corresponding '#ifdef HAVE_XXX'
	check.

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

Old revision  New revision  Changes     Path
 1.4           1.5           +1 -2       wine/tools/winapi/winapi_check
 1.2           1.3           +8 -0       wine/tools/winapi/nativeapi.pm
 1.14          1.15          +3 -1       wine/loader/preloader.c
 1.178         1.179         +3 -1       wine/dlls/winsock/socket.c
 1.9           1.10          +1 -1       wine/dlls/winedos/vxd.c
 1.5           1.6           +3 -1       wine/dlls/winedos/ppdev.c
 1.48          1.49          +3 -1       wine/dlls/winedos/module.c
 1.77          1.78          +3 -1       wine/dlls/winedos/int21.c
 1.31          1.32          +1 -1       wine/dlls/winaspi/winaspi32.c
 1.39          1.40          +0 -1       wine/dlls/winaspi/winaspi16.c
 1.7           1.8           +7 -2       wine/dlls/shell32/shfldr_unixfs.c
 1.20          1.21          +3 -1       wine/dlls/ntdll/server.c
 1.28          1.29          +3 -1       wine/dlls/ntdll/path.c
 1.24          1.25          +3 -1       wine/dlls/ntdll/directory.c
 1.51          1.52          +3 -1       wine/dlls/ntdll/cdrom.c
 1.2           1.3           +4 -1       wine/dlls/msacm/winemp3/common.c
 1.15          1.16          +3 -1       wine/dlls/kernel/vxd.c
 1.1           1.2           +3 -1       wine/dlls/kernel/oldconfig.c
 1.67          1.68          +3 -1       wine/dlls/kernel/kernel_main.c
 1.91          1.92          +3 -1       wine/dlls/kernel/comm.c
 1.84          1.85          +3 -1       wine/dlls/gdi/freetype.c
 1.15          1.16          +3 -1       wine/dlls/dbghelp/stabs.c
 1.19          1.20          +3 -1       wine/dlls/dbghelp/elf_module.c
 1.52          1.53          +3 -1       wine/dlls/crtdll/crtdll_main.c




More information about the wine-cvs mailing list