ChangeSet ID: 12252 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/03 22:10:50
Modified files: dlls/ole32 : storage32.c oleproxy.c ole2impl.c ole2.c moniker.c marshal.c itemmoniker.c ifs.c filemoniker.c defaulthandler.c datacache.c compobj.c
Log message: Marcus Meissner marcus@jet.franken.de Fixed strict aliasing issues in dlls/ole32.
Patch: http://cvs.winehq.org/patch.py?id=12252
Old revision New revision Changes Path 1.50 1.51 +1 -1 wine/dlls/ole32/storage32.c 1.13 1.14 +2 -2 wine/dlls/ole32/oleproxy.c 1.9 1.10 +2 -2 wine/dlls/ole32/ole2impl.c 1.50 1.51 +9 -9 wine/dlls/ole32/ole2.c 1.28 1.29 +1 -1 wine/dlls/ole32/moniker.c 1.14 1.15 +4 -4 wine/dlls/ole32/marshal.c 1.23 1.24 +5 -5 wine/dlls/ole32/itemmoniker.c 1.37 1.38 +9 -9 wine/dlls/ole32/ifs.c 1.32 1.33 +3 -3 wine/dlls/ole32/filemoniker.c 1.15 1.16 +4 -4 wine/dlls/ole32/defaulthandler.c 1.22 1.23 +2 -2 wine/dlls/ole32/datacache.c 1.91 1.92 +2 -2 wine/dlls/ole32/compobj.c