]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
byte ordering changed to network ordering
[wxWidgets.git] / src / common / intl.cpp
index 03bd63e27b92a0d61f5e20101474cea36a9a42a4..6e9a0365640a0ce359495a212dae595a1d1c9d88 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"
 
@@ -1370,7 +1376,7 @@ wxLanguageInfoArray *wxLocale::ms_languagesDB = NULL;
 }
 
 
-wxLocale::wxLocale()
+void wxLocale::DoCommonInit()
 {
   m_pszOldLocale = NULL;
   m_pMsgCat = NULL;