ChangeSet ID: 18659 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/05 06:45:57
Modified files: dlls/uxtheme : msstyles.h msstyles.c
Log message: Frank Richter frank.richter@gmail.com Opening some theme class data now also increases the reference count of the theme file, so as long as theme class data is still opened somewhere, the theme file won't get freed. Otherwise, it could happen that invalid class data was used, which could lead to problems.
Patch: http://cvs.winehq.org/patch.py?id=18659
Old revision New revision Changes Path 1.7 1.8 +3 -0 wine/dlls/uxtheme/msstyles.h 1.14 1.15 +5 -2 wine/dlls/uxtheme/msstyles.c