summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/prsht.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/prsht.h')
-rw-r--r--winsup/w32api/include/prsht.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/w32api/include/prsht.h b/winsup/w32api/include/prsht.h
index 7b5fb036b..73432dfb6 100644
--- a/winsup/w32api/include/prsht.h
+++ b/winsup/w32api/include/prsht.h
@@ -185,12 +185,12 @@ typedef struct _PROPSHEETHEADERA {
}DUMMYUNIONNAME3;
PFNPROPSHEETCALLBACK pfnCallback;
#if (_WIN32_IE >= 0x0400)
- union {
+ _ANONYMOUS_UNION union {
HBITMAP hbmWatermark;
LPCSTR pszbmWatermark;
} DUMMYUNIONNAME4;
HPALETTE hplWatermark;
- union {
+ _ANONYMOUS_UNION union {
HBITMAP hbmHeader;
LPCSTR pszbmHeader;
} DUMMYUNIONNAME5;
@@ -218,12 +218,12 @@ typedef struct _PROPSHEETHEADERW {
}DUMMYUNIONNAME3;
PFNPROPSHEETCALLBACK pfnCallback;
#if (_WIN32_IE >= 0x0400)
- union {
+ _ANONYMOUS_UNION union {
HBITMAP hbmWatermark;
LPCWSTR pszbmWatermark;
} DUMMYUNIONNAME4;
HPALETTE hplWatermark;
- union {
+ _ANONYMOUS_UNION union {
HBITMAP hbmHeader;
LPCWSTR pszbmHeader;
} DUMMYUNIONNAME5;