aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/include
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-05-13 10:53:13 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-05-13 10:53:13 +0000
commit1b89c1742e2e8600f5ad7baa8fe2bcbc622757ad (patch)
treea008318774a6fde69da627e1287c28a0dd831aa1 /winsup/w32api/include
parent8a4b4764b8e725f18795c581760b6d67c4848fb3 (diff)
downloadnewlib-1b89c1742e2e8600f5ad7baa8fe2bcbc622757ad.zip
newlib-1b89c1742e2e8600f5ad7baa8fe2bcbc622757ad.tar.gz
newlib-1b89c1742e2e8600f5ad7baa8fe2bcbc622757ad.tar.bz2
* include/prsht.h (PROPSHEETHEADER[AW]: Mark
anonymous unions as GCC extension.
Diffstat (limited to 'winsup/w32api/include')
-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 7b5fb03..73432df 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;