diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-03-18 18:44:04 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-03-18 18:44:04 +0000 |
commit | f3e95348be6c996a424e26bb4f445561ef8d5675 (patch) | |
tree | 6009234f2fef8329684e87f6b328778a30ed3ba2 /gtk/simple.c | |
parent | 0b4d29fd6e88bdbf70ee30e2743f4ecf9032e250 (diff) | |
download | gdk-pixbuf-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/simple.c')
-rw-r--r-- | gtk/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/simple.c b/gtk/simple.c index a246ac57c..dd73ca8d0 100644 --- a/gtk/simple.c +++ b/gtk/simple.c @@ -1,5 +1,5 @@ #include <gtk/gtk.h> -#include <gdk/gdkprivate.h> +#include <gdkprivate.h> void |