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:
Stefan Neis
2000-04-12 20:20:02 +00:00
parent 6ff5b6cd0a
commit 6b9c32dccc

View File

@@ -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__)