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
|
// old mingw32 has richedit stuff directly in windows.h and doesn't have
|
||||||
// richedit.h at all
|
// richedit.h at all
|
||||||
#if !defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__) || 1//TODO:REMOVE
|
#if !defined(__GNUWIN32_OLD__) || defined(__CYGWIN10__)
|
||||||
#include <richedit.h>
|
#include <richedit.h>
|
||||||
#include <richole.h>
|
#include <richole.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue