]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
1. moved InheritAttributes() from wxControl to wxWindow
[wxWidgets.git] / include / wx / textctrl.h
index 33bb8b47d0a514ca6584af61fd5ab31742f84960..340e4bf278526951c69ab81709aced3e9960e76c 100644 (file)
@@ -33,7 +33,7 @@
 // streambuf. !! Also, can't use streambuf if making or using a DLL :-(
 
 #if (defined(__BORLANDC__)) || defined(__MWERKS__) || \
-    defined(WXUSINGDLL) || defined(WXMAKINGDLL)
+    (defined(__WINDOWS__) && (defined(WXUSINGDLL) || defined(WXMAKINGDLL)))
     #define NO_TEXT_WINDOW_STREAM
 #endif