]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
ODBC updates (it almost works now)
[wxWidgets.git] / include / wx / msw / textctrl.h
index 5a3c475644e6cec5fb31fca9beb917617271184c..699980592213343c4b20127cda8b4906fef41d88 100644 (file)
@@ -34,7 +34,7 @@ class WXDLLEXPORT wxTextCtrl: public wxControl
 // it complains about deriving a huge class from the huge class streambuf. !!
 // Also, can't use streambuf if making or using a DLL :-(
 
-#if (defined(__BORLANDC__) && !defined(__WIN32__)) || defined(__MWERKS__) || defined(_WINDLL) || defined(WXUSINGDLL) || defined(WXMAKINGDLL)
+#if (defined(__BORLANDC__)) || defined(__MWERKS__) || defined(_WINDLL) || defined(WXUSINGDLL) || defined(WXMAKINGDLL)
 #define NO_TEXT_WINDOW_STREAM
 #endif