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 a8bf907 commit ffb8b71Copy full SHA for ffb8b71
meson.build
@@ -1,6 +1,6 @@
1
project( 'nip4', 'c',
2
# ie. a major after nip2 8.9 for workspace save file versioning
3
- version: '9.0.0-5',
+ version: '9.0.0-6',
4
license: 'GPL',
5
meson_version: '>=0.64',
6
default_options: [
src/main.c
@@ -259,13 +259,13 @@ main_load_wsg(const char *filename)
259
/* NULL log handler. Used to suppress output on win32 without DEBUG_FATAL.
260
*/
261
#ifndef DEBUG_FATAL
262
-#ifdef OS_WIN32
+#ifdef G_OS_WIN32
263
static void
264
main_log_null(const char *log_domain, GLogLevelFlags log_level,
265
const char *message, void *user_data)
266
{
267
}
268
-#endif /*OS_WIN32*/
+#endif /*G_OS_WIN32*/
269
#endif /*!DEBUG_FATAL*/
270
271
int
0 commit comments