]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
Compilation fix for wxCStrData handling.
[wxWidgets.git] / src / stc / stc.cpp
index 7cde4f12f2f79266cf20b8e9d21d738fffe1ddb2..213a96414d0831569eb6daa86c8267132824cb29 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"
 #include "wx/tokenzr.h"
 #include "wx/mstream.h"
 #include "wx/image.h"