GWakeup: fix Windows build breakage

...from the attempt to make it private.
This commit is contained in:
Ryan Lortie 2011-07-25 18:59:27 +02:00
parent d87eddbb13
commit 39b72a166e

View File

@ -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)