Commit 9eea0a87 authored by CeRiAl's avatar CeRiAl

TOOLS: Fix in make_hdf for compilation with mingw32

parent 01b63a62
......@@ -15,6 +15,10 @@
#include <ctype.h>
#ifdef _WIN32
#define fseeko fseeko64
#endif
static void print_help (void)
{
fprintf (stderr, "make_hdf <path> <size> [<device>]\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment