mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
GWakeup: fix Windows build breakage
...from the attempt to make it private.
This commit is contained in:
parent
d87eddbb13
commit
39b72a166e
@ -62,9 +62,12 @@
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#ifdef GLIB_COMPILATION
|
||||
#include "gmessages.h"
|
||||
#include "giochannel.h"
|
||||
#include "gwin32.h"
|
||||
#endif
|
||||
|
||||
GWakeup *
|
||||
g_wakeup_new (void)
|
||||
|
Loading…
Reference in New Issue
Block a user