fixup! Port header fixes from MSys2

Whoops. The code does not even compile without this.
This commit is contained in:
Johannes Schindelin
2015-03-09 09:40:35 +01:00
parent f452084bb8
commit 3f560bc3d9

View File

@@ -395,6 +395,8 @@ int mingw_offset_1st_component(const char *path);
#ifndef __MINGW64_VERSION_MAJOR
#define PRIuMAX "I64u"
#define PRId64 "I64d"
#else
#include <inttypes.h>
#endif
void mingw_open_html(const char *path);