cbb36b4539
Pointed out by: kuriyama
11 lines
221 B
C++
11 lines
221 B
C++
--- 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
|
|
|