linking fix for wxUSE_PROLOGIO with compilers/makefiles not defining __WIN32__ on command line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/* we must include wx/platform.h to define __WIN32__ */
|
||||
#include "wx/platform.h"
|
||||
|
||||
#if defined(__WIN32__) || defined(__GNUWIN32__)
|
||||
/* all Win32 compilers can handle C++ comments, and C++ comments
|
||||
is the only C++ in setup.h */
|
||||
|
Reference in New Issue
Block a user