From d142187b3856c756740ec2e2fa107a4603efcd23 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 17 Mar 1999 20:12:47 +0000 Subject: Fixes to the win32 backend to actually be able to compile within a directory hierarchy like this, with common gdk.h and gdktypes.h for all backends. gdkrectangles.c and gdkrgb.c is copied before compilation from the x11 backed (which still is in .., but eventually will be in ..\x11). --- gdk/win32/gdkdrawable-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk/win32/gdkdrawable-win32.c') diff --git a/gdk/win32/gdkdrawable-win32.c b/gdk/win32/gdkdrawable-win32.c index ca867941e5..fb347c4cad 100644 --- a/gdk/win32/gdkdrawable-win32.c +++ b/gdk/win32/gdkdrawable-win32.c @@ -27,7 +27,7 @@ #include "config.h" #include -#include "gdk.h" +#include #include "gdkprivate.h" #ifndef M_TWOPI -- cgit v1.2.1