Skip to content

Commit ffb8b71

Browse files
committed
argh
1 parent a8bf907 commit ffb8b71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project( 'nip4', 'c',
22
# ie. a major after nip2 8.9 for workspace save file versioning
3-
version: '9.0.0-5',
3+
version: '9.0.0-6',
44
license: 'GPL',
55
meson_version: '>=0.64',
66
default_options: [

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,13 @@ main_load_wsg(const char *filename)
259259
/* NULL log handler. Used to suppress output on win32 without DEBUG_FATAL.
260260
*/
261261
#ifndef DEBUG_FATAL
262-
#ifdef OS_WIN32
262+
#ifdef G_OS_WIN32
263263
static void
264264
main_log_null(const char *log_domain, GLogLevelFlags log_level,
265265
const char *message, void *user_data)
266266
{
267267
}
268-
#endif /*OS_WIN32*/
268+
#endif /*G_OS_WIN32*/
269269
#endif /*!DEBUG_FATAL*/
270270

271271
int

0 commit comments

Comments
 (0)