]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp.in
compilation fix after last change
[wxWidgets.git] / src / stc / stc.cpp.in
index af1773ddeb90ccc3a90e209fbc1c41690b202be6..e9f068b8e07c039d7f94564e61704cdd487380c4 100644 (file)
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
+
+#ifndef WX_PRECOMP
+#endif // WX_PRECOMP
+
 #include <ctype.h>
 
 #include "wx/wx.h"
@@ -158,9 +169,7 @@ bool wxStyledTextCtrl::Create(wxWindow *parent,
                               long style,
                               const wxString& name)
 {
-#ifdef __WXMAC__
     style |= wxVSCROLL | wxHSCROLL;
-#endif
     if (!wxControl::Create(parent, id, pos, size,
                            style | wxWANTS_CHARS | wxCLIP_CHILDREN,
                            wxDefaultValidator, name))