mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-04 08:06:16 +03:00
VS2010 buildfix
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
#include "UtilityClass.h"
|
#include "UtilityClass.h"
|
||||||
#include "XMLUtils.h"
|
#include "XMLUtils.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define SCNx32 "x"
|
||||||
|
#define SCNu32 "u"
|
||||||
|
#else
|
||||||
#ifndef __STDC_FORMAT_MACROS
|
#ifndef __STDC_FORMAT_MACROS
|
||||||
#define __STDC_FORMAT_MACROS
|
#define __STDC_FORMAT_MACROS
|
||||||
#endif
|
#endif
|
||||||
@@ -28,6 +32,7 @@
|
|||||||
#define _POSIX_SOURCE
|
#define _POSIX_SOURCE
|
||||||
#endif
|
#endif
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
edlevelclass::edlevelclass(void)
|
edlevelclass::edlevelclass(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user