wine/ programs/wcmd/directory.c programs/rpcss ...

Alexandre Julliard julliard at winehq.org
Thu Jan 22 19:51:34 CST 2004


ChangeSet ID:	10828
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/01/22 19:51:34

Modified files:
	programs/wcmd  : directory.c 
	programs/rpcss : rpcss_main.c 
	misc           : registry.c 
	include        : winnt.h objbase.h 
	files          : file.c drive.c dos_fs.c 
	dlls/winedos   : vxd.c vga.c int2f.c 
	dlls/urlmon    : umon.c 
	dlls/shlwapi   : istream.c 
	dlls/shell32   : shfldr_mycomp.c 
	dlls/rpcrt4    : ndr_ole.c 
	dlls/oleaut32  : vartype.c tmarshal.c olefont.c 
	dlls/ole32     : storage32.c storage.c stg_stream.c 
	                 stg_bigblockfile.c rpc.c oleproxy.c 
	                 memlockbytes16.c memlockbytes.c itemmoniker.c 
	                 hglobalstream.c git.c filemoniker.c datacache.c 
	                 compositemoniker.c compobj.c antimoniker.c 
	dlls/ntdll     : virtual.c time.c sync.c file.c cdrom.c 
	dlls/kernel    : virtual.c time.c system.c file.c cpu.c 
	dlls/dmloader  : loaderstream.c 
	dlls/d3d8      : directx.c 

Log message:
	Ge van Geldorp <ge at gse.nl>
	Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
	with PSDK.

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

Old revision  New revision  Changes     Path
 1.18          1.19          +4 -4       wine/programs/wcmd/directory.c
 1.5           1.6           +4 -4       wine/programs/rpcss/rpcss_main.c
 1.134         1.135         +2 -2       wine/misc/registry.c
 1.177         1.178         +24 -2      wine/include/winnt.h
 1.35          1.36          +2 -2       wine/include/objbase.h
 1.200         1.201         +8 -8       wine/files/file.c
 1.104         1.105         +17 -17     wine/files/drive.c
 1.147         1.148         +2 -2       wine/files/dos_fs.c
 1.5           1.6           +5 -5       wine/dlls/winedos/vxd.c
 1.42          1.43          +1 -1       wine/dlls/winedos/vga.c
 1.5           1.6           +2 -2       wine/dlls/winedos/int2f.c
 1.25          1.26          +2 -2       wine/dlls/urlmon/umon.c
 1.9           1.10          +9 -9       wine/dlls/shlwapi/istream.c
 1.12          1.13          +2 -2       wine/dlls/shell32/shfldr_mycomp.c
 1.6           1.7           +6 -6       wine/dlls/rpcrt4/ndr_ole.c
 1.4           1.5           +10 -10     wine/dlls/oleaut32/vartype.c
 1.22          1.23          +4 -4       wine/dlls/oleaut32/tmarshal.c
 1.23          1.24          +9 -9       wine/dlls/oleaut32/olefont.c
 1.44          1.45          +77 -77     wine/dlls/ole32/storage32.c
 1.35          1.36          +42 -42     wine/dlls/ole32/storage.c
 1.18          1.19          +39 -39     wine/dlls/ole32/stg_stream.c
 1.12          1.13          +21 -21     wine/dlls/ole32/stg_bigblockfile.c
 1.13          1.14          +1 -1       wine/dlls/ole32/rpc.c
 1.12          1.13          +4 -4       wine/dlls/ole32/oleproxy.c
 1.5           1.6           +17 -17     wine/dlls/ole32/memlockbytes16.c
 1.16          1.17          +19 -19     wine/dlls/ole32/memlockbytes.c
 1.21          1.22          +2 -2       wine/dlls/ole32/itemmoniker.c
 1.21          1.22          +35 -35     wine/dlls/ole32/hglobalstream.c
 1.8           1.9           +2 -2       wine/dlls/ole32/git.c
 1.28          1.29          +2 -2       wine/dlls/ole32/filemoniker.c
 1.21          1.22          +9 -9       wine/dlls/ole32/datacache.c
 1.26          1.27          +4 -4       wine/dlls/ole32/compositemoniker.c
 1.85          1.86          +3 -3       wine/dlls/ole32/compobj.c
 1.16          1.17          +2 -2       wine/dlls/ole32/antimoniker.c
 1.22          1.23          +11 -11     wine/dlls/ntdll/virtual.c
 1.35          1.36          +6 -6       wine/dlls/ntdll/time.c
 1.33          1.34          +2 -2       wine/dlls/ntdll/sync.c
 1.36          1.37          +23 -23     wine/dlls/ntdll/file.c
 1.40          1.41          +7 -7       wine/dlls/ntdll/cdrom.c
 1.1           1.2           +4 -4       wine/dlls/kernel/virtual.c
 1.37          1.38          +22 -22     wine/dlls/kernel/time.c
 1.5           1.6           +1 -1       wine/dlls/kernel/system.c
 1.7           1.8           +14 -14     wine/dlls/kernel/file.c
 1.3           1.4           +3 -3       wine/dlls/kernel/cpu.c
 1.6           1.7           +3 -3       wine/dlls/dmloader/loaderstream.c
 1.57          1.58          +2 -2       wine/dlls/d3d8/directx.c




More information about the wine-cvs mailing list