]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
compilation fix after last change
[wxWidgets.git] / src / stc / PlatWX.cpp
index 7a072ae63d81902c82802d03739e935e844af4b7..111230d8de597fb935f077eb0c3e11487d0b2831 100644 (file)
@@ -4,9 +4,19 @@
 //                        Robin Dunn <robin@aldunn.com>
 // The License.txt file describes the conditions under which this software may be distributed.
 
+// 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/encconv.h"
 #include "wx/listctrl.h"
 #include "wx/mstream.h"