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 ffb8b71 commit efba7e0Copy full SHA for efba7e0
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-6',
+ version: '9.0.0-7',
4
license: 'GPL',
5
meson_version: '>=0.64',
6
default_options: [
src/nip4.h
@@ -38,6 +38,10 @@
38
#include <sys/resource.h>
39
#endif
40
41
+#ifdef G_OS_WIN32
42
+#include <windows.h>
43
+#endif /*G_OS_WIN32*/
44
+
45
#define APP_PATH "/org/libvips/nip4"
46
47
#include <gtk/gtk.h>
0 commit comments