Skip to content

Commit f804fa0

Browse files
committed
try to resolve ULARGE_INTEGER
1 parent efba7e0 commit f804fa0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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-7',
3+
version: '9.0.0-8',
44
license: 'GPL',
55
meson_version: '>=0.64',
66
default_options: [

src/nip4.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
#ifdef G_OS_WIN32
4242
#include <windows.h>
43+
#include <winnt.h>
4344
#endif /*G_OS_WIN32*/
4445

4546
#define APP_PATH "/org/libvips/nip4"

0 commit comments

Comments
 (0)