We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb43878 commit f1c9b59Copy full SHA for f1c9b59
gio/sys/tests/manual.h
@@ -11,3 +11,5 @@
11
#include <gio/gunixmounts.h>
12
#include <gio/gunixoutputstream.h>
13
#include <gio/gunixsocketaddress.h>
14
+#define G_SETTINGS_ENABLE_BACKEND 1
15
+#include <gio/gsettingsbackend.h>
glib/sys/tests/manual.h
@@ -2,3 +2,8 @@
2
3
#include <glib.h>
4
#include <glib-object.h>
5
+
6
+// included in Gir on all platforms even though it is only present on windows
7
+#ifndef G_WIN32_MSG_HANDLE
8
+#define G_WIN32_MSG_HANDLE 19981206
9
+#endif
0 commit comments