fixed mingw compile issue

This commit is contained in:
itsmattkc
2020-02-07 12:42:19 +11:00
parent 1e71c0e7f5
commit 1ae2c8b128
+6
View File
@@ -1,6 +1,12 @@
#ifndef TEMPOPROCESSOR_H
#define TEMPOPROCESSOR_H
#ifdef __MINGW32__
#ifndef __USE_MINGW_ANSI_STDIO
#define __USE_MINGW_ANSI_STDIO
#endif
#endif
#include <inttypes.h>
extern "C" {