1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 15:38:30 +02:00

VS2010 buildfix

This commit is contained in:
Ethan Lee 2021-03-30 11:51:42 -04:00
parent 367e77fb59
commit 076a870ba2

View File

@ -21,6 +21,10 @@
#include "UtilityClass.h"
#include "XMLUtils.h"
#ifdef _WIN32
#define SCNx32 "x"
#define SCNu32 "u"
#else
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
@ -28,6 +32,7 @@
#define _POSIX_SOURCE
#endif
#include <inttypes.h>
#endif
edlevelclass::edlevelclass(void)
{