wine/ include/winerror.h include/wincrypt.h in ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Sep 13 10:00:33 CDT 2005


ChangeSet ID:	20188
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/13 10:00:33

Modified files:
	include        : winerror.h wincrypt.h urlmon.idl 
	dlls/wininet   : http.c 
	dlls/version/tests: info.c 
	dlls/version   : install.c 
	dlls/shlwapi/tests: clist.c 
	dlls/shlwapi   : clist.c 
	dlls/oleaut32/tests: vartest.c 
	dlls/ntdll     : rtlbitmap.c 
	dlls/kernel/tests: thread.c mailslot.c 
	dlls/kernel    : process.c local16.c 
	dlls/gdi       : gdiobj.c 

Log message:
	Remove the 'L' suffix on a number of constants to avoid comparison
	errors on 64-bit platforms.

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

Old revision  New revision  Changes     Path
 1.56          1.57          +3 -3       wine/include/winerror.h
 1.55          1.56          +1 -1       wine/include/wincrypt.h
 1.22          1.23          +21 -21     wine/include/urlmon.idl
 1.102         1.103         +2 -2       wine/dlls/wininet/http.c
 1.16          1.17          +1 -1       wine/dlls/version/tests/info.c
 1.24          1.25          +1 -1       wine/dlls/version/install.c
 1.13          1.14          +5 -5       wine/dlls/shlwapi/tests/clist.c
 1.10          1.11          +1 -1       wine/dlls/shlwapi/clist.c
 1.46          1.47          +2 -2       wine/dlls/oleaut32/tests/vartest.c
 1.15          1.16          +10 -10     wine/dlls/ntdll/rtlbitmap.c
 1.24          1.25          +3 -3       wine/dlls/kernel/tests/thread.c
 1.10          1.11          +2 -2       wine/dlls/kernel/tests/mailslot.c
 1.104         1.105         +3 -3       wine/dlls/kernel/process.c
 1.22          1.23          +2 -2       wine/dlls/kernel/local16.c
 1.18          1.19          +1 -1       wine/dlls/gdi/gdiobj.c




More information about the wine-cvs mailing list