ChangeSet ID: 18667 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/05 07:43:45
Modified files: dlls/ole32 : stubmanager.c storage32.h storage.c stg_prop.c rpc.c oleproxy.c oleobj.c ole2.c ole16.c moniker.c memlockbytes16.c memlockbytes.c marshal.c itemmoniker.c ifs.c hglobalstream.c ftmarshal.c filemoniker.c errorinfo.c defaulthandler.c datacache.c compositemoniker.c compobj_private.h clipboard.c bindctx.c antimoniker.c
Log message: Mike McCormack mike@codeweavers.com Fix gcc 4.0 -Wpointer-sign warnings.
Patch: http://cvs.winehq.org/patch.py?id=18667
Old revision New revision Changes Path 1.20 1.21 +1 -1 wine/dlls/ole32/stubmanager.c 1.25 1.26 +3 -3 wine/dlls/ole32/storage32.h 1.45 1.46 +3 -3 wine/dlls/ole32/storage.c 1.17 1.18 +1 -1 wine/dlls/ole32/stg_prop.c 1.61 1.62 +1 -1 wine/dlls/ole32/rpc.c 1.34 1.35 +4 -4 wine/dlls/ole32/oleproxy.c 1.26 1.27 +2 -2 wine/dlls/ole32/oleobj.c 1.68 1.69 +2 -2 wine/dlls/ole32/ole2.c 1.16 1.17 +1 -1 wine/dlls/ole32/ole16.c 1.45 1.46 +4 -4 wine/dlls/ole32/moniker.c 1.11 1.12 +1 -1 wine/dlls/ole32/memlockbytes16.c 1.25 1.26 +1 -1 wine/dlls/ole32/memlockbytes.c 1.77 1.78 +1 -1 wine/dlls/ole32/marshal.c 1.36 1.37 +1 -1 wine/dlls/ole32/itemmoniker.c 1.51 1.52 +1 -1 wine/dlls/ole32/ifs.c 1.31 1.32 +1 -1 wine/dlls/ole32/hglobalstream.c 1.16 1.17 +1 -1 wine/dlls/ole32/ftmarshal.c 1.48 1.49 +1 -1 wine/dlls/ole32/filemoniker.c 1.29 1.30 +1 -1 wine/dlls/ole32/errorinfo.c 1.24 1.25 +1 -1 wine/dlls/ole32/defaulthandler.c 1.33 1.34 +1 -1 wine/dlls/ole32/datacache.c 1.37 1.38 +2 -2 wine/dlls/ole32/compositemoniker.c 1.52 1.53 +3 -3 wine/dlls/ole32/compobj_private.h 1.44 1.45 +2 -2 wine/dlls/ole32/clipboard.c 1.34 1.35 +1 -1 wine/dlls/ole32/bindctx.c 1.25 1.26 +1 -1 wine/dlls/ole32/antimoniker.c