From: Stefan Neis Date: Sun, 22 Apr 2001 20:40:59 +0000 (+0000) Subject: Added define missing in EMX headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a92d972108f87b7ce33a9e2353c32a7a649097eb Added define missing in EMX headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/textctrl.cpp b/src/os2/textctrl.cpp index c216abe9a6..d49c34d975 100644 --- a/src/os2/textctrl.cpp +++ b/src/os2/textctrl.cpp @@ -43,6 +43,11 @@ # include #endif +#if defined(__EMX__) && !defined(MLE_INDEX) +#define MLE_INDEX 0 +#define MLE_RGB 1 +#endif + // ---------------------------------------------------------------------------- // event tables and other macros