ChangeSet ID: 15241 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/06 13:39:07
Modified files: dlls/ole32 : compobj_private.h compobj.c
Log message: Robert Shearman rob@codeweavers.com - Make struct oletls ref counted so that it is only detached from the apartment on the final CoUninitialize. - Decrease the size of the crit sec on destroying an apartment - it is only needed for touching the apartment list. - Small cleanups.
Patch: http://cvs.winehq.org/patch.py?id=15241
Old revision New revision Changes Path 1.28 1.29 +1 -2 wine/dlls/ole32/compobj_private.h 1.120 1.121 +28 -16 wine/dlls/ole32/compobj.c