Don't redefine _FORCENAMELESSUNION it if it is already defined. Fixes a warning when compiling with MinGW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e5c0dea20c
commit
c8ea74cab0
@ -26,7 +26,10 @@
|
||||
#include "wx/math.h"
|
||||
#endif
|
||||
|
||||
#define _FORCENAMELESSUNION
|
||||
#ifndef _FORCENAMELESSUNION
|
||||
#define _FORCENAMELESSUNION
|
||||
#endif
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
#include "wx/msw/ole/oleutils.h"
|
||||
#include "wx/msw/ole/automtn.h"
|
||||
|
Loading…
Reference in New Issue
Block a user