]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Remove wxDECLARE_APP() from wxIMPLEMENT_APP_NO_MAIN().
[wxWidgets.git] / include / wx / textctrl.h
index d5aa2324ef8d48a4fef143663461200b34955e56..0239ce3ca3e11a3c41a7f078d90c3922029c61fb 100644 (file)
@@ -28,7 +28,6 @@
 // some compilers don't have standard compliant rdbuf() (and MSVC has it only
 // in its new iostream library, not in the old one used with iostream.h)
 #if defined(__WATCOMC__) || \
-    defined(__MWERKS__) || \
     ((defined(__VISUALC5__) || defined(__VISUALC6__)) && wxUSE_IOSTREAMH)
     #define wxHAS_TEXT_WINDOW_STREAM 0
 #elif wxUSE_STD_IOSTREAM