diff options
Diffstat (limited to 'winsup/w32api/include/olectl.h')
-rw-r--r-- | winsup/w32api/include/olectl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/olectl.h b/winsup/w32api/include/olectl.h index 97ea9f40d..6c2163074 100644 --- a/winsup/w32api/include/olectl.h +++ b/winsup/w32api/include/olectl.h @@ -325,7 +325,7 @@ typedef struct tagFONTDESC { typedef struct tagPICTDESC { UINT cbSizeofstruct; UINT picType; - union { + _ANONYMOUS_UNION union { struct { HBITMAP hbitmap; HPALETTE hpal; |