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:
Stefan Neis 2001-04-22 20:40:59 +00:00
parent b9c15d1092
commit a92d972108

View File

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