]> Pileus Git - ~andy/gtk/commitdiff
win32: Fix build
authorAlexander Larsson <alexl@redhat.com>
Mon, 18 Feb 2013 10:20:40 +0000 (11:20 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 18 Feb 2013 10:20:40 +0000 (11:20 +0100)
gdkwindown-win32.c included windows.h directly rather than via gdkwin32.h
which broke the build for me at least. Instead rely on it being included in
gdkwin32.h and things work right.

gdk/win32/gdkwindow-win32.c

index 039284963c411b54de1ffc687e089b7e2dbac568..95f6e16b66e3752b982e75746777e9e7672ba189 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "config.h"
 #include <stdlib.h>
-#include <windows.h>
 
 #include "gdk.h"
 #include "gdkwindowimpl.h"