Added a define needed by EMX when compiling for OS/2 presentation manager.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,6 +48,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif // Sun
|
#endif // Sun
|
||||||
|
|
||||||
|
#ifdef __EMX__
|
||||||
|
#define OS2EMX_PLAIN_CHAR
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined(applec) || defined(THINK_C) || ( defined( __MWERKS__ ) && !defined(__INTEL__) )
|
#elif defined(applec) || defined(THINK_C) || ( defined( __MWERKS__ ) && !defined(__INTEL__) )
|
||||||
// MacOS
|
// MacOS
|
||||||
#elif defined(__OS2__)
|
#elif defined(__OS2__)
|
||||||
|
Reference in New Issue
Block a user