mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:39:00 +08:00
24ae27eb23
* [vtk] Fix the dependency curl of proj * version * [libexif] Change to the official build system * add port-version * version * revert * libexif * version * default feature nls * version * update * format * version * revert * vdb * version
17 lines
334 B
Diff
17 lines
334 B
Diff
diff --git a/libexif/exif-loader.c b/libexif/exif-loader.c
|
|
index ad4ae96..8a24ef6 100644
|
|
--- a/libexif/exif-loader.c
|
|
+++ b/libexif/exif-loader.c
|
|
@@ -19,6 +19,11 @@
|
|
*/
|
|
|
|
#include <config.h>
|
|
+#ifdef _WIN32
|
|
+#include <stddef.h>
|
|
+#define ssize_t ptrdiff_t
|
|
+#endif
|
|
+
|
|
|
|
#include <libexif/exif-loader.h>
|
|
#include <libexif/exif-utils.h>
|