forked from AuroraMiddleware/gtk
f3e95348be
* 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.
6 lines
120 B
C
6 lines
120 B
C
#include <gdk/gdk.h>
|
|
#include <gdkprivate.h>
|
|
#include <gtk/gtk.h>
|
|
#include <gtk/gtkprivate.h>
|
|
#include <gtk/gtkdebug.h>
|