Revert textctrl.cpp to original state.
This commit is contained in:
parent
403a89a8d4
commit
a1536ee6e4
|
@ -67,7 +67,7 @@
|
|||
|
||||
// old mingw32 has richedit stuff directly in windows.h and doesn't have
|
||||
// richedit.h at all
|
||||
#if !defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__) || 1//TODO:REMOVE
|
||||
#if !defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__)
|
||||
#include <richedit.h>
|
||||
#include <richole.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue