compilation fix: include wx/platform.h before testing for __WIN32__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
652ab15353
commit
6627d4dfb7
@ -1,3 +1,5 @@
|
|||||||
|
/* include platform.h first to get __WIN32__ definition */
|
||||||
|
#include "wx/platform.h"
|
||||||
#if defined(__WIN32__) || defined(__GNUWIN32__)
|
#if defined(__WIN32__) || defined(__GNUWIN32__)
|
||||||
/* all Win32 compilers can handle C++ comments, and C++ comments
|
/* all Win32 compilers can handle C++ comments, and C++ comments
|
||||||
is the only C++ in setup.h */
|
is the only C++ in setup.h */
|
||||||
|
Loading…
Reference in New Issue
Block a user