]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
more long/double to int conversion warnings from HP-UX logs fixed
[wxWidgets.git] / src / msw / textctrl.cpp
index 794d146e783f4a06d6d1f95a6b52191b665809e8..91df514f6f1d197ec8861fee3dc7dd32b7b60281 100644 (file)
@@ -58,7 +58,7 @@
 #   include <fstream>
 #endif
 
-#if wxUSE_RICHEDIT && (!defined(__GNUWIN32__) || defined(wxUSE_NORLANDER_HEADERS))
+#if wxUSE_RICHEDIT && !defined(__GNUWIN32_OLD__)
     #include <richedit.h>
 #endif