]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
Make it LPNM_UPDOWN, not LPNMUPDOWN, in Borland C++
[wxWidgets.git] / src / msw / textctrl.cpp
index e953ec4e7daf80a3dc9d8ed8cdf68d7a1232ae4f..6770cc598c17317d9d26a356d1a8a0ca2818d729 100644 (file)
@@ -57,7 +57,7 @@
 #   include <fstream>
 #endif
 
 #   include <fstream>
 #endif
 
-#if wxUSE_RICHEDIT && !defined(__GNUWIN32__)
+#if wxUSE_RICHEDIT && (!defined(__GNUWIN32__) || defined(wxUSE_NORLANDER_HEADERS))
     #include <richedit.h>
 #endif
 
     #include <richedit.h>
 #endif