- Missing formatting macro definitions for MinGW.

This commit is contained in:
drfrag666 2018-04-22 11:49:10 +02:00
parent 2c5e37499d
commit 354388f224
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
//-----------------------------------------------------------------------------
#include <stddef.h>
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include "version.h"

View file

@ -47,6 +47,7 @@
#include <sys/sysctl.h>
#endif
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include "i_system.h"