]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Moved bunch of #defines (LOG2DEV etc) from msw/dc.cpp to msw/dc.h
[wxWidgets.git] / include / wx / textctrl.h
index ec72f8f37719fdcb511712341354450d6fc4b00e..1718f736641a6f265bb16a015eda03a625441191 100644 (file)
@@ -28,7 +28,7 @@
 #endif
 
 #ifndef NO_TEXT_WINDOW_STREAM
-    #ifdef wxUSE_STD_IOSTREAM
+    #if wxUSE_STD_IOSTREAM
         #include "ioswrap.h"    // for iostream classes if we need them
     #else // !wxUSE_STD_IOSTREAM
         // can't compile this feature in if we don't use streams at all