blob: 3b9e39008930e6d9bae8a9d78503d5b5c0221ff7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/src/stc/PlatWX.cpp.orig Sun Aug 15 14:41:28 2004
+++ contrib/src/stc/PlatWX.cpp Sun Aug 15 14:40:11 2004
@@ -18,7 +18,7 @@
#include "wx/stc/stc.h"
-#ifdef __WXGTK__
+#if 0
#include <gtk/gtk.h>
#endif
|