mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
add _ANONYMOUS_UNION to NOTIFYICONDATA struct
svn path=/trunk/; revision=8763
This commit is contained in:
parent
5c6819aaae
commit
1a75a2261c
1 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ typedef struct _NOTIFYICONDATAA {
|
|||
DWORD dwState;
|
||||
DWORD dwStateMask;
|
||||
CHAR szInfo[256];
|
||||
union {
|
||||
_ANONYMOUS_UNION union {
|
||||
UINT uTimeout;
|
||||
UINT uVersion;
|
||||
} DUMMYUNIONNAME;
|
||||
|
@ -159,7 +159,7 @@ typedef struct _NOTIFYICONDATAW {
|
|||
DWORD dwState;
|
||||
DWORD dwStateMask;
|
||||
WCHAR szInfo[256];
|
||||
union {
|
||||
_ANONYMOUS_UNION union {
|
||||
UINT uTimeout;
|
||||
UINT uVersion;
|
||||
} DUMMYUNIONNAME;
|
||||
|
|
Loading…
Reference in a new issue