Revert textctrl.cpp to original state.

This commit is contained in:
Julio C. Rocha 2015-11-11 02:52:01 -08:00
parent 403a89a8d4
commit a1536ee6e4
1 changed files with 1 additions and 1 deletions

View File

@ -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