From a92d972108f87b7ce33a9e2353c32a7a649097eb Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 22 Apr 2001 20:40:59 +0000 Subject: [PATCH] Added define missing in EMX headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/textctrl.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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