Allow PRId64 & PRIu64 to work on MingGW in gnc-backend-dbi.cpp.

This commit is contained in:
John Ralls 2016-11-07 12:47:34 -08:00
parent 472b585feb
commit d1b406d8db

View File

@ -42,6 +42,7 @@ extern "C"
#endif
#if PLATFORM(WINDOWS)
#include <windows.h>
#define __STDC_FORMAT_MACROS 1
#endif
#include <inttypes.h>