Commit da500c77 authored by JP Dinger's avatar JP Dinger

win32 compile fix: Add C99 macro to have INT64_C work again.

parent f001a156
......@@ -30,6 +30,7 @@
# include "config.h"
#endif
#define __STDC_CONSTANT_MACROS 1
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
......
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