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:
parent
0f87e84cc6
commit
3c221c5088
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user