ChangeSet ID: 10762 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/19 15:52:09
Modified files: dlls/uxtheme : uxtheme.spec uxini.c system.c stylemap.c msstyles.h msstyles.c
Log message: Kevin Koltzau kevin@plop.org Full implementation of OpenThemeData, CloseThemeData, and IsThemePartDefined Export undocumented functions by ordinal only (to match Microsoft's uxtheme).
Patch: http://cvs.winehq.com/patch.py?id=10762
Old revision New revision Changes Path 1.2 1.3 +42 -42 wine/dlls/uxtheme/uxtheme.spec 1.1 1.2 +5 -2 wine/dlls/uxtheme/uxini.c 1.4 1.5 +50 -26 wine/dlls/uxtheme/system.c 1.1 1.2 +52 -0 wine/dlls/uxtheme/stylemap.c 1.2 1.3 +27 -5 wine/dlls/uxtheme/msstyles.h 1.2 1.3 +350 -6 wine/dlls/uxtheme/msstyles.c