projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d87eddb
)
GWakeup: fix Windows build breakage
author
Ryan Lortie
<desrt@desrt.ca>
Mon, 25 Jul 2011 16:59:27 +0000
(18:59 +0200)
committer
Ryan Lortie
<desrt@desrt.ca>
Mon, 25 Jul 2011 16:59:27 +0000
(18:59 +0200)
...from the attempt to make it private.
glib/gwakeup.c
patch
|
blob
|
history
diff --git
a/glib/gwakeup.c
b/glib/gwakeup.c
index
a65c2d0
..
2f191cb
100644
(file)
--- a/
glib/gwakeup.c
+++ b/
glib/gwakeup.c
@@
-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)