ChangeSet ID: 1028333830154693036181019 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/02 19:17:10
Modified files: dlls/ole32 : Makefile.in compobj.c compobj_private.h ifs.c include : wtypes.h Added files: dlls/ole32 : ftmarshal.c ole16.c
Log message: Juergen Schmied juergenschmied@lycos.de - Moved 16 bit functions to a seperate file. - First implementation for free threaded marshaller. - Fixed handling of REG_EXPAND_STRING registry values in CoCreateObject. - Fixed CoLoad/FreeLibrary functions. - Fixed use internal dll-list (used only for functions loading a dll internally without returning HMODULE).
Patch: http://cvs.winehq.com/patch.py?id=1028333830154693036181019
Revision Changes Path 1.22 +2 -1 wine/dlls/ole32/Makefile.in 1.64 +396 -748 wine/dlls/ole32/compobj.c 1.5 +2 -0 wine/dlls/ole32/compobj_private.h 1.23 +1 -142 wine/dlls/ole32/ifs.c 1.1 +0 -0 wine/dlls/ole32/ftmarshal.c 1.1 +0 -0 wine/dlls/ole32/ole16.c 1.34 +10 -2 wine/include/wtypes.h