mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Allow PRId64 & PRIu64 to work on MingGW in gnc-backend-dbi.cpp.
This commit is contained in:
parent
472b585feb
commit
d1b406d8db
@ -42,6 +42,7 @@ extern "C"
|
||||
#endif
|
||||
#if PLATFORM(WINDOWS)
|
||||
#include <windows.h>
|
||||
#define __STDC_FORMAT_MACROS 1
|
||||
#endif
|
||||
|
||||
#include <inttypes.h>
|
||||
|
Loading…
Reference in New Issue
Block a user