- Missing formatting macro definitions for MinGW.

This commit is contained in:
drfrag666 2018-06-18 13:44:23 +02:00 committed by Christoph Oelckers
parent 703d2bc0cd
commit d8a1d1b89c
1 changed files with 1 additions and 0 deletions

View File

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