ChangeSet ID: 6912 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/04 19:04:34
Modified files: dlls/ole32 : storage.spec storage.c ole2.spec memlockbytes.c ifs.h Makefile.in
Log message: Marcus Meissner marcus@jet.franken.de ole2nls.c is a 16bit only. No need to define ICOM macros for 16bit iface IMalloc16. Define and implement HGLOBAL_LockBytes16. Started on StgOpenStorageOnILockBytes.
Patch: http://cvs.winehq.com/patch.py?id=6912
Old revision New revision Changes Path 1.4 1.5 +3 -2 wine/dlls/ole32/storage.spec 1.28 1.29 +66 -0 wine/dlls/ole32/storage.c 1.4 1.5 +13 -1 wine/dlls/ole32/ole2.spec 1.8 1.9 +544 -0 wine/dlls/ole32/memlockbytes.c 1.5 1.6 +22 -12 wine/dlls/ole32/ifs.h 1.25 1.26 +2 -1 wine/dlls/ole32/Makefile.in