mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
SDL_windowstaskdialog.h (struct _TASKDIALOGCONFIG): make unions anonymous
otherwise build fails. (at least with my VS2005. and the code accesses the arms of the unions anonymously anyway.)
This commit is contained in:
parent
949b8bd8c5
commit
013b146de9
@ -129,7 +129,7 @@ typedef struct _TASKDIALOGCONFIG
|
||||
{
|
||||
HICON hMainIcon;
|
||||
PCWSTR pszMainIcon;
|
||||
} DUMMYUNIONNAME;
|
||||
} /*DUMMYUNIONNAME*/;
|
||||
PCWSTR pszMainInstruction;
|
||||
PCWSTR pszContent;
|
||||
UINT cButtons;
|
||||
@ -146,7 +146,7 @@ typedef struct _TASKDIALOGCONFIG
|
||||
{
|
||||
HICON hFooterIcon;
|
||||
PCWSTR pszFooterIcon;
|
||||
} DUMMYUNIONNAME2;
|
||||
} /*DUMMYUNIONNAME2*/;
|
||||
PCWSTR pszFooter;
|
||||
PFTASKDIALOGCALLBACK pfCallback;
|
||||
LONG_PTR lpCallbackData;
|
||||
|
Loading…
Reference in New Issue
Block a user