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/branches/WX_3_0_BRANCH@76697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Tim Kosse
2014-06-14 20:19:23 +00:00
parent 2b0c073d35
commit 446294ec3e

View File

@@ -26,7 +26,10 @@
#include "wx/math.h" #include "wx/math.h"
#endif #endif
#define _FORCENAMELESSUNION #ifndef _FORCENAMELESSUNION
#define _FORCENAMELESSUNION
#endif
#include "wx/msw/private.h" #include "wx/msw/private.h"
#include "wx/msw/ole/oleutils.h" #include "wx/msw/ole/oleutils.h"
#include "wx/msw/ole/automtn.h" #include "wx/msw/ole/automtn.h"