X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4db88d421b2725dfc71d063c80d9e61b0e1e9458..c5dc89a1b196864c87b26e96f2cc68e784b77d8e:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 6bf190c292..a29f5cbe02 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -59,9 +59,6 @@ #define __WXBASE__ #endif -/* include the feature test macros */ -#include "wx/features.h" - /* suppress some Visual C++ warnings */ #ifdef __VISUALC__ /* the only "real" warning here is 4244 but there are just too many of them */ @@ -2842,6 +2839,10 @@ typedef const void* WXWidget; #endif /* __WXMSW__ */ + +/* include the feature test macros */ +#include "wx/features.h" + /* --------------------------------------------------------------------------- */ /* macro to define a class without copy ctor nor assignment operator */ /* --------------------------------------------------------------------------- */