wine/ tools/winapi/winapi_test scheduler/pthre ...

Alexandre Julliard julliard at winehq.org
Mon Sep 29 19:33:48 CDT 2003


ChangeSet ID:	9564
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/29 19:33:48

Modified files:
	tools/winapi   : winapi_test 
	scheduler      : pthread.c 
	include        : winnt.h pshpack8.h pshpack4.h pshpack2.h 
	                 pshpack1.h 
	dlls/winsock   : socket.c async.c 
	dlls/msvcrt    : process.c 
	dlls/kernel    : pthread.c 
	dlls/iphlpapi  : ipstats.c 
	dlls/gdi       : bidi.c 

Log message:
	Daniel Marmier <d.marmier at bluewin.ch>
	Use #ifdef instead of #if for all feature tests.
	Check that _MSC_VER is defined before using it.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9564

Old revision  New revision  Changes     Path
 1.10          1.11          +2 -2       wine/tools/winapi/winapi_test
 1.42          1.43          +1 -1       wine/scheduler/pthread.c
 1.171         1.172         +10 -10     wine/include/winnt.h
 1.6           1.7           +1 -1       wine/include/pshpack8.h
 1.7           1.8           +1 -1       wine/include/pshpack4.h
 1.6           1.7           +1 -1       wine/include/pshpack2.h
 1.6           1.7           +1 -1       wine/include/pshpack1.h
 1.136         1.137         +1 -1       wine/dlls/winsock/socket.c
 1.31          1.32          +2 -2       wine/dlls/winsock/async.c
 1.18          1.19          +2 -2       wine/dlls/msvcrt/process.c
 1.3           1.4           +1 -1       wine/dlls/kernel/pthread.c
 1.6           1.7           +4 -4       wine/dlls/iphlpapi/ipstats.c
 1.2           1.3           +1 -1       wine/dlls/gdi/bidi.c




More information about the wine-cvs mailing list