Compilation fix for OS/2 specific "Innotek gcc" port.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2004-02-28 17:23:22 +00:00
parent 0f87e84cc6
commit 3c221c5088

View File

@ -28,6 +28,12 @@
#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"