wine/ windows/winproc.c windows/win.c windows/ ...

Alexandre Julliard julliard at winehq.org
Tue Aug 12 18:50:56 CDT 2003


ChangeSet ID:	8969
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/12 18:50:56

Modified files:
	windows        : winproc.c win.c user.c timer.c cursoricon.c 
	scheduler      : syslevel.c pthread.c 
	objects        : gdiobj.c 
	include        : winbase.h 
	graphics/x11drv: xfont.c 
	files          : profile.c 
	dlls/x11drv    : xrender.c x11drv_main.c 
	dlls/winsock   : async.c 
	dlls/winedos   : vga.c dosvm.c 
	dlls/winaspi   : winaspi32.c 
	dlls/user/dde  : misc.c 
	dlls/user      : message.c 
	dlls/shell32   : iconcache.c changenotify.c 
	dlls/rpcrt4    : rpc_server.c rpc_binding.c 
	dlls/ole32     : ifs.c compobj.c 
	dlls/ntdll     : virtual.c rtl.c loader.c critsection.c 
	dlls/kernel    : kernel_main.c console.c 
	dlls/gdi       : driver.c 
	dlls/dinput/keyboard: main.c 

Log message:
	Allocate DebugInfo field for all critical sections (based on a patch
	by Alex Pasadyn).
	Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.

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

Old revision  New revision  Changes     Path
 1.105         1.106         +9 -1       wine/windows/winproc.c
 1.221         1.222         +0 -31      wine/windows/win.c
 1.94          1.95          +38 -2      wine/windows/user.c
 1.41          1.42          +8 -1       wine/windows/timer.c
 1.65          1.66          +10 -1      wine/windows/cursoricon.c
 1.36          1.37          +8 -1       wine/scheduler/syslevel.c
 1.34          1.35          +9 -1       wine/scheduler/pthread.c
 1.88          1.89          +9 -1       wine/objects/gdiobj.c
 1.189         1.190         +0 -4       wine/include/winbase.h
 1.116         1.117         +8 -1       wine/graphics/x11drv/xfont.c
 1.89          1.90          +8 -1       wine/files/profile.c
 1.20          1.21          +8 -1       wine/dlls/x11drv/xrender.c
 1.71          1.72          +8 -1       wine/dlls/x11drv/x11drv_main.c
 1.28          1.29          +8 -1       wine/dlls/winsock/async.c
 1.37          1.38          +8 -1       wine/dlls/winedos/vga.c
 1.45          1.46          +9 -1       wine/dlls/winedos/dosvm.c
 1.27          1.28          +9 -1       wine/dlls/winaspi/winaspi32.c
 1.19          1.20          +8 -1       wine/dlls/user/dde/misc.c
 1.42          1.43          +9 -1       wine/dlls/user/message.c
 1.65          1.66          +9 -1       wine/dlls/shell32/iconcache.c
 1.22          1.23          +8 -1       wine/dlls/shell32/changenotify.c
 1.17          1.18          +27 -3      wine/dlls/rpcrt4/rpc_server.c
 1.12          1.13          +9 -1       wine/dlls/rpcrt4/rpc_binding.c
 1.27          1.28          +8 -1       wine/dlls/ole32/ifs.c
 1.79          1.80          +27 -5      wine/dlls/ole32/compobj.c
 1.8           1.9           +9 -1       wine/dlls/ntdll/virtual.c
 1.62          1.63          +8 -2       wine/dlls/ntdll/rtl.c
 1.31          1.32          +9 -1       wine/dlls/ntdll/loader.c
 1.20          1.21          +27 -3      wine/dlls/ntdll/critsection.c
 1.45          1.46          +8 -1       wine/dlls/kernel/kernel_main.c
 1.18          1.19          +9 -1       wine/dlls/kernel/console.c
 1.25          1.26          +9 -1       wine/dlls/gdi/driver.c
 1.25          1.26          +9 -1       wine/dlls/dinput/keyboard/main.c




More information about the wine-cvs mailing list