Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-24 14:03:39 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2003-09-24 14:03:39 +0400
commit1534dca85838970d2f090744d8a3ab5aad279e4c (patch)
treedaf7f356c3cb2189ca1c021027d0600fb3ebdfe3 /winsup/w32api/include/uxtheme.h
parenta0a40c99fc7f3a6540a6612964207ecae9cdfe59 (diff)
* include/uxtheme.h (PROPERTYORIGIN): the documentation of
PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation suggests it's actually `enum PROPERTYORIGIN'. Keep both. * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests it's either `THEME_SIZE' or `THEMESIZE' but experimentation suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE' and `enum THEMESIZE'.
Diffstat (limited to 'winsup/w32api/include/uxtheme.h')
-rw-r--r--winsup/w32api/include/uxtheme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/uxtheme.h b/winsup/w32api/include/uxtheme.h
index e9fb8a53c..0d32d820c 100644
--- a/winsup/w32api/include/uxtheme.h
+++ b/winsup/w32api/include/uxtheme.h
@@ -34,14 +34,14 @@ extern "C" {
#define HTTB_SIZINGTEMPLATE 0x0100
#define HTTB_SYSTEMSIZINGMARGINS 0x0200
-typedef enum {
+typedef enum PROPERTYORIGIN {
PO_STATE = 0,
PO_PART = 1,
PO_CLASS = 2,
PO_GLOBAL = 3,
PO_NOTFOUND = 4
} PROPERTYORIGIN;
-typedef enum {
+typedef enum THEMESIZE {
TS_MIN,
TS_TRUE,
TS_DRAW