]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
remove old libpng 1.2.7
[wxWidgets.git] / src / common / intl.cpp
index 784aa6253a60e618868a3af5083e71f7840b3118..71a7b950834952c340c89d75e2a819462d535869 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __EMX__
-// The following define is needed by Innotek's libc to
-// make the definition of struct localeconv available.
-#define __INTERNAL_DEFS
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
     #pragma hdrstop
 #endif
 
+#ifdef __EMX__
+// The following define is needed by Innotek's libc to
+// make the definition of struct localeconv available.
+#define __INTERNAL_DEFS
+#endif
+
 #if wxUSE_INTL
 
 #ifndef WX_PRECOMP