summaryrefslogtreecommitdiff
path: root/gtk/makeenums.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-03-18 18:44:04 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-03-18 18:44:04 +0000
commitf3e95348be6c996a424e26bb4f445561ef8d5675 (patch)
tree6009234f2fef8329684e87f6b328778a30ed3ba2 /gtk/makeenums.h
parent0b4d29fd6e88bdbf70ee30e2743f4ecf9032e250 (diff)
downloadgtk+-f3e95348be6c996a424e26bb4f445561ef8d5675.tar.gz
Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common
* gtk/simple.c gtk/makeenums.h: Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common gdk directory. * gtk/gtkcompat.h.win32: New file. * gtk/gtkfeatures.h.win32: Removed. * gtk/makefile.msc: Make gtkcompat.h from gtkcompat.h.win32. Use gdk library from correct (../gdk/win32) directory.
Diffstat (limited to 'gtk/makeenums.h')
-rw-r--r--gtk/makeenums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makeenums.h b/gtk/makeenums.h
index ab9df45488..97dd94e43e 100644
--- a/gtk/makeenums.h
+++ b/gtk/makeenums.h
@@ -1,5 +1,5 @@
#include <gdk/gdk.h>
-#include <gdk/gdkprivate.h>
+#include <gdkprivate.h>
#include <gtk/gtk.h>
#include <gtk/gtkprivate.h>
#include <gtk/gtkdebug.h>