]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for OS/2 specific "Innotek gcc" port.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 28 Feb 2004 17:23:22 +0000 (17:23 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 28 Feb 2004 17:23:22 +0000 (17:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/intl.cpp

index 03bd63e27b92a0d61f5e20101474cea36a9a42a4..49a022525d0e04f9685d430e4287adb4e3b43ce0 100644 (file)
     #pragma option -O1
 #endif
 
+#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"