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 f804fa0 commit 47d455cCopy full SHA for 47d455c
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-8',
+ version: '9.0.0-9',
4
license: 'GPL',
5
meson_version: '>=0.64',
6
default_options: [
src/nip4.h
@@ -38,11 +38,6 @@
38
#include <sys/resource.h>
39
#endif
40
41
-#ifdef G_OS_WIN32
42
-#include <windows.h>
43
-#include <winnt.h>
44
-#endif /*G_OS_WIN32*/
45
-
46
#define APP_PATH "/org/libvips/nip4"
47
48
#include <gtk/gtk.h>
@@ -81,6 +76,10 @@
81
76
82
77
#endif /*ENABLE_NLS*/
83
78
79
+#ifdef G_OS_WIN32
80
+#include <windows.h>
+#endif /*G_OS_WIN32*/
+
84
/* Executables need an extension.
85
*/
86
#if defined(G_PLATFORM_WIN32) || defined(G_WITH_CYGWIN)
0 commit comments