mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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.
This commit is contained in:
parent
09f9dd61bb
commit
436a939c6b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user