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:
Tim Kosse 2014-06-14 20:20:19 +00:00
parent e5c0dea20c
commit c8ea74cab0

View File

@ -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"