wine/ windows/input.c win32/newfns.c tools/win ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 7 14:36:32 CST 2003


ChangeSet ID:	6942
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/01/07 14:36:32

Modified files:
	windows        : input.c 
	win32          : newfns.c 
	tools/winedump : pe.c 
	scheduler      : timer.c 
	msdos          : vxd.c 
	misc           : system.c cpu.c 
	memory         : virtual.c heap.c 
	loader         : pe_resource.c 
	library        : loader.c 
	include        : winnt.h 
	files          : file.c drive.c 
	dlls/x11drv    : x11ddraw.c mouse.c keyboard.c dga2.c 
	dlls/winspool  : info.c 
	dlls/winmm/wineoss: mixer.c 
	dlls/winmm     : winmm.c mmsystem.c 
	dlls/wineps    : ps.c init.c driver.c 
	dlls/winedos   : vga.c int2f.c 
	dlls/version   : resource.c 
	dlls/user      : exticon.c 
	dlls/urlmon    : umon.c 
	dlls/twain     : dsm_ctrl.c 
	dlls/shlwapi   : string.c istream.c 
	dlls/shell32   : shv_item_cmenu.c shv_bg_cmenu.c shfldr_mycomp.c 
	                 shfldr_fs.c shfldr_desktop.c shellstring.c 
	                 dataobject.c brsfolder.c 
	dlls/rpcrt4    : ndr_ole.c 
	dlls/oleaut32  : variant.c typelib.c tmarshal.c olepicture.c 
	                 olefont.c 
	dlls/ole32     : storage32.c storage.c stg_stream.c 
	                 stg_bigblockfile.c rpc.c oleproxy.c ole2stubs.c 
	                 ole2impl.c ole2.c memlockbytes.c itemmoniker.c 
	                 hglobalstream.c filemoniker.c datacache.c 
	                 compositemoniker.c compobj.c clipboard.c 
	                 antimoniker.c 
	dlls/ntdll     : virtual.c time.c heap.c file.c cdrom.c 
	dlls/kernel    : time.c 
	dlls/dsound    : sound3d.c 
	dlls/dplayx    : name_server.c dplobby.c dplayx_global.c dplay.c 
	dlls/ddraw/dsurface: main.c hal.c fakezbuffer.c dib.c 
	dlls/ddraw/direct3d: mesa.c 
	dlls/ddraw/ddraw: user.c main.c 
	dlls/ddraw/d3ddevice: mesa.c 
	dlls/ddraw     : helper.c d3dviewport.c d3dtexture.c 
	                 d3dmaterial.c d3dlight.c d3dexecutebuffer.c 
	                 d3dcommon.c 
	dlls/d3d8      : directx.c device.c 
	dlls/commdlg   : printdlg.c filedlgbrowser.c filedlg95.c 
	dlls/comctl32  : treeview.c propsheet.c comctl32undoc.c 

Log message:
	Dimitrie O. Paun <dpaun at rogers.com>
	Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.

Patch: http://cvs.winehq.com/patch.py?id=6942

Old revision  New revision  Changes     Path
 1.88          1.89          +2 -0       wine/windows/input.c
 1.43          1.44          +3 -0       wine/win32/newfns.c
 1.19          1.20          +2 -0       wine/tools/winedump/pe.c
 1.16          1.17          +3 -0       wine/scheduler/timer.c
 1.42          1.43          +3 -0       wine/msdos/vxd.c
 1.23          1.24          +2 -0       wine/misc/system.c
 1.29          1.30          +2 -0       wine/misc/cpu.c
 1.89          1.90          +2 -0       wine/memory/virtual.c
 1.59          1.60          +2 -0       wine/memory/heap.c
 1.39          1.40          +2 -0       wine/loader/pe_resource.c
 1.19          1.20          +2 -0       wine/library/loader.c
 1.149         1.150         +17 -9      wine/include/winnt.h
 1.174         1.175         +2 -0       wine/files/file.c
 1.81          1.82          +2 -0       wine/files/drive.c
 1.18          1.19          +2 -0       wine/dlls/x11drv/x11ddraw.c
 1.10          1.11          +2 -0       wine/dlls/x11drv/mouse.c
 1.16          1.17          +2 -0       wine/dlls/x11drv/keyboard.c
 1.13          1.14          +2 -0       wine/dlls/x11drv/dga2.c
 1.64          1.65          +4 -1       wine/dlls/winspool/info.c
 1.19          1.20          +2 -0       wine/dlls/winmm/wineoss/mixer.c
 1.12          1.13          +2 -0       wine/dlls/winmm/winmm.c
 1.88          1.89          +2 -0       wine/dlls/winmm/mmsystem.c
 1.14          1.15          +3 -0       wine/dlls/wineps/ps.c
 1.42          1.43          +2 -0       wine/dlls/wineps/init.c
 1.17          1.18          +3 -0       wine/dlls/wineps/driver.c
 1.26          1.27          +3 -0       wine/dlls/winedos/vga.c
 1.2           1.3           +3 -1       wine/dlls/winedos/int2f.c
 1.25          1.26          +2 -0       wine/dlls/version/resource.c
 1.25          1.26          +2 -0       wine/dlls/user/exticon.c
 1.18          1.19          +2 -0       wine/dlls/urlmon/umon.c
 1.4           1.5           +3 -0       wine/dlls/twain/dsm_ctrl.c
 1.29          1.30          +2 -0       wine/dlls/shlwapi/string.c
 1.2           1.3           +2 -0       wine/dlls/shlwapi/istream.c
 1.14          1.15          +2 -0       wine/dlls/shell32/shv_item_cmenu.c
 1.23          1.24          +2 -0       wine/dlls/shell32/shv_bg_cmenu.c
 1.5           1.6           +2 -0       wine/dlls/shell32/shfldr_mycomp.c
 1.6           1.7           +2 -0       wine/dlls/shell32/shfldr_fs.c
 1.7           1.8           +2 -0       wine/dlls/shell32/shfldr_desktop.c
 1.24          1.25          +2 -0       wine/dlls/shell32/shellstring.c
 1.35          1.36          +2 -0       wine/dlls/shell32/dataobject.c
 1.43          1.44          +2 -0       wine/dlls/shell32/brsfolder.c
 1.2           1.3           +2 -0       wine/dlls/rpcrt4/ndr_ole.c
 1.52          1.53          +2 -0       wine/dlls/oleaut32/variant.c
 1.86          1.87          +2 -0       wine/dlls/oleaut32/typelib.c
 1.13          1.14          +2 -0       wine/dlls/oleaut32/tmarshal.c
 1.21          1.22          +3 -0       wine/dlls/oleaut32/olepicture.c
 1.19          1.20          +3 -0       wine/dlls/oleaut32/olefont.c
 1.35          1.36          +2 -0       wine/dlls/ole32/storage32.c
 1.29          1.30          +3 -0       wine/dlls/ole32/storage.c
 1.15          1.16          +3 -0       wine/dlls/ole32/stg_stream.c
 1.8           1.9           +2 -0       wine/dlls/ole32/stg_bigblockfile.c
 1.7           1.8           +2 -0       wine/dlls/ole32/rpc.c
 1.5           1.6           +2 -0       wine/dlls/ole32/oleproxy.c
 1.27          1.28          +2 -0       wine/dlls/ole32/ole2stubs.c
 1.6           1.7           +3 -0       wine/dlls/ole32/ole2impl.c
 1.38          1.39          +2 -0       wine/dlls/ole32/ole2.c
 1.9           1.10          +2 -0       wine/dlls/ole32/memlockbytes.c
 1.16          1.17          +3 -0       wine/dlls/ole32/itemmoniker.c
 1.14          1.15          +2 -0       wine/dlls/ole32/hglobalstream.c
 1.22          1.23          +3 -0       wine/dlls/ole32/filemoniker.c
 1.16          1.17          +3 -0       wine/dlls/ole32/datacache.c
 1.18          1.19          +3 -0       wine/dlls/ole32/compositemoniker.c
 1.70          1.71          +2 -0       wine/dlls/ole32/compobj.c
 1.23          1.24          +2 -0       wine/dlls/ole32/clipboard.c
 1.12          1.13          +3 -0       wine/dlls/ole32/antimoniker.c
 1.3           1.4           +2 -0       wine/dlls/ntdll/virtual.c
 1.26          1.27          +3 -0       wine/dlls/ntdll/time.c
 1.13          1.14          +2 -0       wine/dlls/ntdll/heap.c
 1.19          1.20          +3 -0       wine/dlls/ntdll/file.c
 1.21          1.22          +2 -0       wine/dlls/ntdll/cdrom.c
 1.29          1.30          +3 -0       wine/dlls/kernel/time.c
 1.9           1.10          +2 -0       wine/dlls/dsound/sound3d.c
 1.12          1.13          +3 -0       wine/dlls/dplayx/name_server.c
 1.23          1.24          +2 -0       wine/dlls/dplayx/dplobby.c
 1.18          1.19          +3 -0       wine/dlls/dplayx/dplayx_global.c
 1.38          1.39          +2 -0       wine/dlls/dplayx/dplay.c
 1.43          1.44          +3 -1       wine/dlls/ddraw/dsurface/main.c
 1.7           1.8           +2 -0       wine/dlls/ddraw/dsurface/hal.c
 1.6           1.7           +2 -0       wine/dlls/ddraw/dsurface/fakezbuffer.c
 1.24          1.25          +3 -0       wine/dlls/ddraw/dsurface/dib.c
 1.24          1.25          +2 -0       wine/dlls/ddraw/direct3d/mesa.c
 1.13          1.14          +4 -2       wine/dlls/ddraw/ddraw/user.c
 1.37          1.38          +2 -0       wine/dlls/ddraw/ddraw/main.c
 1.79          1.80          +2 -0       wine/dlls/ddraw/d3ddevice/mesa.c
 1.25          1.26          +2 -0       wine/dlls/ddraw/helper.c
 1.16          1.17          +2 -0       wine/dlls/ddraw/d3dviewport.c
 1.40          1.41          +2 -0       wine/dlls/ddraw/d3dtexture.c
 1.13          1.14          +2 -0       wine/dlls/ddraw/d3dmaterial.c
 1.11          1.12          +2 -0       wine/dlls/ddraw/d3dlight.c
 1.21          1.22          +2 -0       wine/dlls/ddraw/d3dexecutebuffer.c
 1.12          1.13          +2 -0       wine/dlls/ddraw/d3dcommon.c
 1.10          1.11          +2 -0       wine/dlls/d3d8/directx.c
 1.20          1.21          +3 -0       wine/dlls/d3d8/device.c
 1.59          1.60          +3 -0       wine/dlls/commdlg/printdlg.c
 1.37          1.38          +2 -0       wine/dlls/commdlg/filedlgbrowser.c
 1.87          1.88          +2 -0       wine/dlls/commdlg/filedlg95.c
 1.111         1.112         +2 -0       wine/dlls/comctl32/treeview.c
 1.78          1.79          +2 -0       wine/dlls/comctl32/propsheet.c
 1.75          1.76          +2 -0       wine/dlls/comctl32/comctl32undoc.c




More information about the wine-cvs mailing list