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 efba7e0 commit f804fa0Copy full SHA for f804fa0
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-7',
+ version: '9.0.0-8',
4
license: 'GPL',
5
meson_version: '>=0.64',
6
default_options: [
src/nip4.h
@@ -40,6 +40,7 @@
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"
0 commit comments