summaryrefslogtreecommitdiff
path: root/gdk/win32
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-05-28 14:59:46 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-05-30 16:41:28 +0800
commit436a939c6b4780b90721d49f6b595f556bca9df6 (patch)
treee4768412e71e509d46c16db3f1d8f13637a4f284 /gdk/win32
parent09f9dd61bb96f18999e97a5cc26ef7b1053d3959 (diff)
downloadgtk+-436a939c6b4780b90721d49f6b595f556bca9df6.tar.gz
gdkcursor-win32.c: Include gdkwin32.h
Include gdkwin32.h (which includes gdkprivate-win32.h and gdkwin32cursor.h during the build of GDK-Win32) so that gdk_win32_icon_to_pixbuf_libgtk_only() and gdk_win32_pixbuf_to_hicon_libgtk_only() get exported, so that the GTK DLL can link correctly.
Diffstat (limited to 'gdk/win32')
-rw-r--r--gdk/win32/gdkcursor-win32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c
index c0c946c1cd..86e7d7bd3e 100644
--- a/gdk/win32/gdkcursor-win32.c
+++ b/gdk/win32/gdkcursor-win32.c
@@ -21,8 +21,7 @@
#include "gdkdisplay.h"
#include "gdkscreen.h"
#include "gdkcursor.h"
-#include "gdkprivate-win32.h"
-#include "gdkwin32cursor.h"
+#include "gdkwin32.h"
#ifdef __MINGW32__
#include <w32api.h>