ChangeSet ID: 17536 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/16 09:12:54
Modified files: dlls/ole32 : ole32_main.c ole2_16.c ole2.c compobj_private.h compobj.c Removed files: dlls/ole32 : ole32_main.h
Log message: Marcus Meissner marcus@jet.franken.de Move the Dll init function to compobj.c to avoid having global variables. Remove need of ole32_main.h.
Patch: http://cvs.winehq.org/patch.py?id=17536
Old revision New revision Changes Path 1.19 1.20 +1 -33 wine/dlls/ole32/ole32_main.c 1.4 1.5 +0 -1 wine/dlls/ole32/ole2_16.c 1.65 1.66 +0 -1 wine/dlls/ole32/ole2.c 1.50 1.51 +2 -0 wine/dlls/ole32/compobj_private.h 1.150 1.151 +37 -6 wine/dlls/ole32/compobj.c 1.8 Removed +0 -0 wine/dlls/ole32/ole32_main.h