Added define missing in EMX headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b9c15d1092
commit
a92d972108
@ -43,6 +43,11 @@
|
||||
# include <fstream>
|
||||
#endif
|
||||
|
||||
#if defined(__EMX__) && !defined(MLE_INDEX)
|
||||
#define MLE_INDEX 0
|
||||
#define MLE_RGB 1
|
||||
#endif
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// event tables and other macros
|
||||
|
Loading…
Reference in New Issue
Block a user