Module: wine Branch: master Commit: 15765dd95351b4aafccc7c89afb3b7cb8bc70cba URL: http://source.winehq.org/git/wine.git/?a=commit;h=15765dd95351b4aafccc7c89af... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Sun Oct 15 12:27:34 2006 +0200 The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility. --- dlls/crypt32/sip.c | 2 +- dlls/crypt32/tests/sip.c | 2 +- dlls/dsound/tests/propset.c | 8 ++++---- dlls/infosoft/infosoft_main.c | 2 +- dlls/mshtml/main.c | 2 +- dlls/ole32/tests/marshal.c | 2 +- dlls/oleaut32/tmarshal.c | 2 +- dlls/oleaut32/typelib.c | 2 +- dlls/oleaut32/typelib16.c | 2 +- dlls/shell32/classes.c | 2 +- dlls/shell32/debughlp.c | 4 ++-- dlls/shell32/shfldr.h | 2 +- dlls/shlwapi/ordinal.c | 2 +- dlls/urlmon/regsvr.c | 2 +- include/guiddef.h | 4 ++++ include/wine/debug.h | 4 ++++ tools/widl/header.c | 2 +- tools/winedump/lnk.c | 2 +- 18 files changed, 28 insertions(+), 20 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=15765dd95351b4aafccc7c...