wine/ windows/winproc.c windows/winpos.c windo ...

Alexandre Julliard julliard at winehq.org
Fri Sep 5 18:15:46 CDT 2003


ChangeSet ID:	9227
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/05 18:15:46

Modified files:
	windows        : winproc.c winpos.c winhelp.c win.c user.c 
	                 timer.c sysparams.c sysmetrics.c syscolor.c 
	                 struct32.h spy.c scroll.c rect.c queue.c 
	                 painting.c nonclient.c multimon.c msgbox.c 
	                 message.c mdi.c keyboard.c input.c driver.c 
	                 dialog.c defdlg.c cursoricon.c clipboard.c 
	                 class.c 
	win32          : newfns.c except.c device.c 
	tools/wrc      : wrctypes.h wrc.h utils.h readres.h newstruc.h 
	                 genres.h dumpres.h 
	tools/wmc      : wmctypes.h wmc.h utils.h 
	tools/winedump : pe.c ne.c debug.c 
	tools/winebuild: spec32.c res32.c res16.c parser.c 
	tools/widl     : widltypes.h 
	tools          : make_ctests 
	server         : window.c trace.c thread.h thread.c sock.c smb.c 
	                 serial.c queue.c process.c named_pipe.c 
	                 mapping.c hook.c handle.c file.c device.c 
	                 debugger.c context_sparc.c context_powerpc.c 
	                 context_i386.c 
	scheduler      : thread.c syslevel.c synchro.c handle.c fiber.c 
	                 client.c 
	relay32        : snoop.c relay386.c builtin32.c 
	programs/winhelp: winhelp.h winhelp.c macro.h hlpfile.c 
	programs/winevdm: winevdm.c 
	programs/winedbg: winedbg.c info.c expr.c debugger.h debug.l 
	programs/wineconsole: wineconsole_res.rc winecon_user.h 
	                      winecon_private.h registry.c dialog.c 
	                      curses.c 
	programs/winecfg: x11drvdlg.c winecfg.rc winecfg.h properties.h 
	                  drive.c 
	programs/wcmd  : wcmdmain.c wcmd.h 
	programs/rpcss : np_server.c 
	programs/regedit: main.h 
	programs/notepad: rsrc.rc 
	objects        : text.c region.c pen.c palette.c linedda.c 
	                 gdiobj.c font.c enhmetafile.c dib.c dcvalues.c 
	                 dc.c clipping.c brush.c 
	msdos          : ppdev.c ioports.c int21.c dpmi.c dosmem.c 
	misc           : version.c registry.c options.c cpu.c 
	memory         : virtual.c string.c local.c instr.c heap.c 
	                 global.c environ.c codepage.c 
	loader/ne      : module.c 
	loader         : task.c pe_image.c module.c loadorder.c 
	libs/wine      : loader.c ldt.c 
	libs/uuid      : uuid.c dxguid.c dx9guid.c dx8guid.c 
	include/wine   : winsock16.h wingdi16.h wine_common_ver.rc 
	                 windef16.h winbase16.h server_protocol.h 
	                 server.h rpcss_shared.h library.h 
	include        : winver.h winternl.h winsvc.h winreg.h winpos.h 
	                 winnt.h winnetwk.h windows.h wincrypt.h 
	                 winbase.h win.h vfw.h user.h thread.h tchar.h 
	                 tapi.h syslevel.h strmif.h shlobj.h shlguid.h 
	                 shellapi.h rpcproxy.h rpcndr.h rpcdcep.h 
	                 rpcdce.h rpc.h ras.h psapi.h prsht.h oledlg.h 
	                 olectl.h oleauto.h ole2.h ntsecapi.h msacm.h 
	                 module.h mmsystem.h mmreg.h mapidefs.h 
	                 lzexpand.h imm.h imagehlp.h icmpapi.h heap.h 
	                 gdi.h file.h dsound.h dsconf.h dinput.h 
	                 devenum.idl ddraw.h ddeml.h d3dtypes.h d3d.h 
	                 control.h commctrl.h callback.h async.h 
	graphics/x11drv: xfont.c text.c init.c dib.c codepage.c bitblt.c 
	graphics       : path.c painting.c fontengine.c escape.c 
	                 dispdib.c 
	files          : smb.c file.c drive.c dos_fs.c directory.c 
	controls       : uitools.c static.c scroll.c menu.c listbox.c 
	                 icontitle.c edit.c desktop.c combo.c button.c 

Log message:
	Fixed header dependencies to be fully compatible with the Windows
	headers (with help from Dimitrie O. Paun).

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

Old revision  New revision  Changes     Path
 1.107         1.108         +1 -0       wine/windows/winproc.c
 1.145         1.146         +2 -0       wine/windows/winpos.c
 1.29          1.30          +2 -0       wine/windows/winhelp.c
 1.223         1.224         +2 -0       wine/windows/win.c
 1.95          1.96          +2 -0       wine/windows/user.c
 1.42          1.43          +3 -0       wine/windows/timer.c
 1.53          1.54          +1 -0       wine/windows/sysparams.c
 1.34          1.35          +3 -2       wine/windows/sysmetrics.c
 1.38          1.39          +2 -1       wine/windows/syscolor.c
 1.3           1.4           +2 -1       wine/windows/struct32.h
 1.52          1.53          +3 -0       wine/windows/spy.c
 1.40          1.41          +2 -0       wine/windows/scroll.c
 1.15          1.16          +3 -0       wine/windows/rect.c
 1.99          1.100         +2 -0       wine/windows/queue.c
 1.85          1.86          +2 -0       wine/windows/painting.c
 1.110         1.111         +3 -0       wine/windows/nonclient.c
 1.23          1.24          +2 -1       wine/windows/multimon.c
 1.43          1.44          +3 -0       wine/windows/msgbox.c
 1.156         1.157         +3 -0       wine/windows/message.c
 1.109         1.110         +1 -0       wine/windows/mdi.c
 1.46          1.47          +1 -0       wine/windows/keyboard.c
 1.93          1.94          +1 -0       wine/windows/input.c
 1.44          1.45          +2 -0       wine/windows/driver.c
 1.118         1.119         +1 -0       wine/windows/dialog.c
 1.29          1.30          +2 -0       wine/windows/defdlg.c
 1.66          1.67          +5 -2       wine/windows/cursoricon.c
 1.57          1.58          +1 -0       wine/windows/clipboard.c
 1.57          1.58          +2 -0       wine/windows/class.c
 1.49          1.50          +1 -0       wine/win32/newfns.c
 1.69          1.70          +4 -0       wine/win32/except.c
 1.79          1.80          +1 -0       wine/win32/device.c
 1.16          1.17          +2 -0       wine/tools/wrc/wrctypes.h
 1.30          1.31          +2 -4       wine/tools/wrc/wrc.h
 1.9           1.10          +2 -4       wine/tools/wrc/utils.h
 1.2           1.3           +0 -2       wine/tools/wrc/readres.h
 1.8           1.9           +0 -2       wine/tools/wrc/newstruc.h
 1.2           1.3           +0 -2       wine/tools/wrc/genres.h
 1.3           1.4           +0 -2       wine/tools/wrc/dumpres.h
 1.2           1.3           +2 -2       wine/tools/wmc/wmctypes.h
 1.3           1.4           +2 -4       wine/tools/wmc/wmc.h
 1.3           1.4           +2 -4       wine/tools/wmc/utils.h
 1.25          1.26          +2 -0       wine/tools/winedump/pe.c
 1.4           1.5           +1 -0       wine/tools/winedump/ne.c
 1.8           1.9           +2 -0       wine/tools/winedump/debug.c
 1.67          1.68          +2 -0       wine/tools/winebuild/spec32.c
 1.11          1.12          +2 -0       wine/tools/winebuild/res32.c
 1.8           1.9           +2 -0       wine/tools/winebuild/res16.c
 1.46          1.47          +2 -0       wine/tools/winebuild/parser.c
 1.9           1.10          +2 -0       wine/tools/widl/widltypes.h
 1.2           1.3           +1 -0       wine/tools/make_ctests
 1.22          1.23          +2 -0       wine/server/window.c
 1.177         1.178         +1 -0       wine/server/trace.c
 1.54          1.55          +1 -0       wine/server/thread.h
 1.101         1.102         +1 -0       wine/server/thread.c
 1.45          1.46          +2 -0       wine/server/sock.c
 1.9           1.10          +2 -0       wine/server/smb.c
 1.30          1.31          +2 -0       wine/server/serial.c
 1.42          1.43          +2 -0       wine/server/queue.c
 1.108         1.109         +2 -0       wine/server/process.c
 1.26          1.27          +2 -0       wine/server/named_pipe.c
 1.42          1.43          +2 -0       wine/server/mapping.c
 1.9           1.10          +2 -0       wine/server/hook.c
 1.27          1.28          +2 -0       wine/server/handle.c
 1.69          1.70          +2 -0       wine/server/file.c
 1.17          1.18          +2 -0       wine/server/device.c
 1.48          1.49          +2 -0       wine/server/debugger.c
 1.11          1.12          +2 -0       wine/server/context_sparc.c
 1.7           1.8           +2 -0       wine/server/context_powerpc.c
 1.29          1.30          +2 -0       wine/server/context_i386.c
 1.147         1.148         +1 -0       wine/scheduler/thread.c
 1.39          1.40          +4 -0       wine/scheduler/syslevel.c
 1.48          1.49          +5 -0       wine/scheduler/synchro.c
 1.36          1.37          +2 -0       wine/scheduler/handle.c
 1.5           1.6           +2 -0       wine/scheduler/fiber.c
 1.100         1.101         +1 -0       wine/scheduler/client.c
 1.64          1.65          +5 -0       wine/relay32/snoop.c
 1.58          1.59          +4 -0       wine/relay32/relay386.c
 1.95          1.96          +3 -0       wine/relay32/builtin32.c
 1.10          1.11          +4 -0       wine/programs/winhelp/winhelp.h
 1.27          1.28          +3 -0       wine/programs/winhelp/winhelp.c
 1.4           1.5           +2 -0       wine/programs/winhelp/macro.h
 1.18          1.19          +3 -0       wine/programs/winhelp/hlpfile.c
 1.3           1.4           +3 -0       wine/programs/winevdm/winevdm.c
 1.13          1.14          +1 -1       wine/programs/winedbg/winedbg.c
 1.6           1.7           +4 -0       wine/programs/winedbg/info.c
 1.3           1.4           +4 -2       wine/programs/winedbg/expr.c
 1.9           1.10          +3 -0       wine/programs/winedbg/debugger.h
 1.3           1.4           +3 -0       wine/programs/winedbg/debug.l
 1.7           1.8           +2 -0       wine/programs/wineconsole/wineconsole_res.rc
 1.7           1.8           +2 -0       wine/programs/wineconsole/winecon_user.h
 1.11          1.12          +2 -0       wine/programs/wineconsole/winecon_private.h
 1.13          1.14          +3 -0       wine/programs/wineconsole/registry.c
 1.15          1.16          +6 -0       wine/programs/wineconsole/dialog.c
 1.12          1.13          +1 -0       wine/programs/wineconsole/curses.c
 1.1           1.2           +6 -2       wine/programs/winecfg/x11drvdlg.c
 1.6           1.7           +4 -0       wine/programs/winecfg/winecfg.rc
 1.4           1.5           +7 -0       wine/programs/winecfg/winecfg.h
 1.5           1.6           +7 -0       wine/programs/winecfg/properties.h
 1.2           1.3           +9 -4       wine/programs/winecfg/drive.c
 1.35          1.36          +1 -0       wine/programs/wcmd/wcmdmain.c
 1.10          1.11          +1 -0       wine/programs/wcmd/wcmd.h
 1.2           1.3           +1 -0       wine/programs/rpcss/np_server.c
 1.1           1.2           +4 -1       wine/programs/regedit/main.h
 1.10          1.11          +1 -0       wine/programs/notepad/rsrc.rc
 1.54          1.55          +2 -1       wine/objects/text.c
 1.55          1.56          +2 -0       wine/objects/region.c
 1.23          1.24          +2 -0       wine/objects/pen.c
 1.58          1.59          +2 -1       wine/objects/palette.c
 1.11          1.12          +2 -0       wine/objects/linedda.c
 1.89          1.90          +2 -0       wine/objects/gdiobj.c
 1.105         1.106         +2 -0       wine/objects/font.c
 1.70          1.71          +2 -0       wine/objects/enhmetafile.c
 1.73          1.74          +2 -0       wine/objects/dib.c
 1.20          1.21          +3 -0       wine/objects/dcvalues.c
 1.99          1.100         +3 -0       wine/objects/dc.c
 1.47          1.48          +2 -0       wine/objects/clipping.c
 1.35          1.36          +2 -0       wine/objects/brush.c
 1.9           1.10          +5 -1       wine/msdos/ppdev.c
 1.39          1.40          +2 -0       wine/msdos/ioports.c
 1.97          1.98          +2 -0       wine/msdos/int21.c
 1.75          1.76          +3 -0       wine/msdos/dpmi.c
 1.50          1.51          +2 -0       wine/msdos/dosmem.c
 1.69          1.70          +3 -0       wine/misc/version.c
 1.130         1.131         +3 -0       wine/misc/registry.c
 1.41          1.42          +3 -0       wine/misc/options.c
 1.36          1.37          +3 -0       wine/misc/cpu.c
 1.91          1.92          +4 -0       wine/memory/virtual.c
 1.45          1.46          +2 -0       wine/memory/string.c
 1.38          1.39          +2 -0       wine/memory/local.c
 1.26          1.27          +4 -0       wine/memory/instr.c
 1.63          1.64          +3 -0       wine/memory/heap.c
 1.83          1.84          +1 -0       wine/memory/global.c
 1.41          1.42          +3 -0       wine/memory/environ.c
 1.20          1.21          +2 -0       wine/memory/codepage.c
 1.136         1.137         +2 -0       wine/loader/ne/module.c
 1.137         1.138         +2 -0       wine/loader/task.c
 1.132         1.133         +3 -0       wine/loader/pe_image.c
 1.189         1.190         +5 -0       wine/loader/module.c
 1.65          1.66          +3 -0       wine/loader/loadorder.c
 1.7           1.8           +2 -0       wine/libs/wine/loader.c
 1.2           1.3           +2 -0       wine/libs/wine/ldt.c
 1.5           1.6           +2 -0       wine/libs/uuid/uuid.c
 1.5           1.6           +3 -0       wine/libs/uuid/dxguid.c
 1.1           1.2           +2 -0       wine/libs/uuid/dx9guid.c
 1.1           1.2           +2 -0       wine/libs/uuid/dx8guid.c
 1.9           1.10          +2 -0       wine/include/wine/winsock16.h
 1.28          1.29          +2 -0       wine/include/wine/wingdi16.h
 1.5           1.6           +2 -0       wine/include/wine/wine_common_ver.rc
 1.14          1.15          +4 -0       wine/include/wine/windef16.h
 1.36          1.37          +1 -0       wine/include/wine/winbase16.h
 1.81          1.82          +3 -0       wine/include/wine/server_protocol.h
 1.13          1.14          +4 -0       wine/include/wine/server.h
 1.3           1.4           +3 -2       wine/include/wine/rpcss_shared.h
 1.22          1.23          +3 -0       wine/include/wine/library.h
 1.15          1.16          +0 -2       wine/include/winver.h
 1.52          1.53          +0 -2       wine/include/winternl.h
 1.11          1.12          +0 -2       wine/include/winsvc.h
 1.24          1.25          +0 -3       wine/include/winreg.h
 1.20          1.21          +1 -0       wine/include/winpos.h
 1.166         1.167         +0 -2       wine/include/winnt.h
 1.12          1.13          +0 -3       wine/include/winnetwk.h
 1.60          1.61          +1 -0       wine/include/windows.h
 1.11          1.12          +0 -2       wine/include/wincrypt.h
 1.192         1.193         +0 -6       wine/include/winbase.h
 1.78          1.79          +1 -0       wine/include/win.h
 1.38          1.39          +2 -2       wine/include/vfw.h
 1.55          1.56          +2 -0       wine/include/user.h
 1.82          1.83          +4 -0       wine/include/thread.h
 1.21          1.22          +0 -2       wine/include/tchar.h
 1.11          1.12          +0 -2       wine/include/tapi.h
 1.11          1.12          +1 -0       wine/include/syslevel.h
 1.20          1.21          +0 -1       wine/include/strmif.h
 1.71          1.72          +0 -3       wine/include/shlobj.h
 1.16          1.17          +0 -2       wine/include/shlguid.h
 1.21          1.22          +0 -2       wine/include/shellapi.h
 1.10          1.11          +0 -1       wine/include/rpcproxy.h
 1.20          1.21          +0 -1       wine/include/rpcndr.h
 1.8           1.9           +0 -2       wine/include/rpcdcep.h
 1.19          1.20          +0 -17      wine/include/rpcdce.h
 1.16          1.17          +2 -1       wine/include/rpc.h
 1.11          1.12          +0 -1       wine/include/ras.h
 1.7           1.8           +0 -2       wine/include/psapi.h
 1.24          1.25          +0 -4       wine/include/prsht.h
 1.14          1.15          +0 -1       wine/include/oledlg.h
 1.18          1.19          +0 -1       wine/include/olectl.h
 1.52          1.53          +0 -1       wine/include/oleauto.h
 1.41          1.42          +0 -1       wine/include/ole2.h
 1.10          1.11          +0 -2       wine/include/ntsecapi.h
 1.24          1.25          +0 -4       wine/include/msacm.h
 1.92          1.93          +2 -0       wine/include/module.h
 1.66          1.67          +0 -2       wine/include/mmsystem.h
 1.11          1.12          +0 -2       wine/include/mmreg.h
 1.10          1.11          +0 -1       wine/include/mapidefs.h
 1.10          1.11          +0 -2       wine/include/lzexpand.h
 1.13          1.14          +0 -2       wine/include/imm.h
 1.18          1.19          +0 -3       wine/include/imagehlp.h
 1.2           1.3           +0 -2       wine/include/icmpapi.h
 1.25          1.26          +2 -0       wine/include/heap.h
 1.83          1.84          +2 -0       wine/include/gdi.h
 1.56          1.57          +3 -0       wine/include/file.h
 1.39          1.40          +24 -2      wine/include/dsound.h
 1.2           1.3           +0 -2       wine/include/dsconf.h
 1.37          1.38          +0 -1       wine/include/dinput.h
 1.1           1.2           +0 -1       wine/include/devenum.idl
 1.51          1.52          +0 -2       wine/include/ddraw.h
 1.27          1.28          +0 -2       wine/include/ddeml.h
 1.10          1.11          +52 -43     wine/include/d3dtypes.h
 1.30          1.31          +2 -1       wine/include/d3d.h
 1.9           1.10          +0 -5       wine/include/control.h
 1.114         1.115         +0 -5       wine/include/commctrl.h
 1.54          1.55          +2 -0       wine/include/callback.h
 1.8           1.9           +1 -0       wine/include/async.h
 1.118         1.119         +1 -0       wine/graphics/x11drv/xfont.c
 1.38          1.39          +1 -0       wine/graphics/x11drv/text.c
 1.57          1.58          +2 -0       wine/graphics/x11drv/init.c
 1.110         1.111         +2 -0       wine/graphics/x11drv/dib.c
 1.16          1.17          +1 -0       wine/graphics/x11drv/codepage.c
 1.47          1.48          +2 -0       wine/graphics/x11drv/bitblt.c
 1.35          1.36          +2 -0       wine/graphics/path.c
 1.58          1.59          +2 -0       wine/graphics/painting.c
 1.13          1.14          +2 -0       wine/graphics/fontengine.c
 1.30          1.31          +2 -0       wine/graphics/escape.c
 1.15          1.16          +2 -0       wine/graphics/dispdib.c
 1.21          1.22          +2 -0       wine/files/smb.c
 1.186         1.187         +3 -0       wine/files/file.c
 1.94          1.95          +4 -0       wine/files/drive.c
 1.135         1.136         +3 -0       wine/files/dos_fs.c
 1.62          1.63          +4 -1       wine/files/directory.c
 1.31          1.32          +3 -0       wine/controls/uitools.c
 1.43          1.44          +3 -0       wine/controls/static.c
 1.67          1.68          +3 -0       wine/controls/scroll.c
 1.165         1.166         +1 -0       wine/controls/menu.c
 1.94          1.95          +2 -0       wine/controls/listbox.c
 1.27          1.28          +1 -0       wine/controls/icontitle.c
 1.118         1.119         +2 -0       wine/controls/edit.c
 1.29          1.30          +2 -0       wine/controls/desktop.c
 1.98          1.99          +2 -1       wine/controls/combo.c
 1.65          1.66          +2 -1       wine/controls/button.c




More information about the wine-cvs mailing list