mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +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
|
#ifdef _WIN32
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
#ifdef GLIB_COMPILATION
|
||||||
#include "gmessages.h"
|
#include "gmessages.h"
|
||||||
#include "giochannel.h"
|
#include "giochannel.h"
|
||||||
#include "gwin32.h"
|
#include "gwin32.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
GWakeup *
|
GWakeup *
|
||||||
g_wakeup_new (void)
|
g_wakeup_new (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user