projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c15d1
)
Added define missing in EMX headers.
author
Stefan Neis
<Stefan.Neis@t-online.de>
Sun, 22 Apr 2001 20:40:59 +0000
(20:40 +0000)
committer
Stefan Neis
<Stefan.Neis@t-online.de>
Sun, 22 Apr 2001 20:40:59 +0000
(20:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9847
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/os2/textctrl.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/os2/textctrl.cpp
b/src/os2/textctrl.cpp
index c216abe9a604e63ddca211c0b89e9c4cae5b0dba..d49c34d97589870df878cc60be459de3fbd32035 100644
(file)
--- a/
src/os2/textctrl.cpp
+++ b/
src/os2/textctrl.cpp
@@
-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