mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Add headers required by gtk/gtkwin32embedwidget.c
Some functions from the added headers are needed by this file to compile without C4013 (a.k.a implicit declaration of ...) warnings/errors
This commit is contained in:
parent
0c9d2795e3
commit
f74585caea
@ -32,6 +32,8 @@
|
||||
#include "gtkintl.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkwindowprivate.h"
|
||||
#include "gtkwidgetprivate.h"
|
||||
#include "gtkcontainerprivate.h"
|
||||
|
||||
|
||||
static void gtk_win32_embed_widget_realize (GtkWidget *widget);
|
||||
|
Loading…
Reference in New Issue
Block a user