wine/ dlls/ole32/Makefile.in dlls/ole32/compob ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 2 19:17:10 CDT 2002


ChangeSet ID:	1028333830154693036181019
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at 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 at 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




More information about the wine-cvs mailing list