mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
VS2010 buildfix
This commit is contained in:
parent
367e77fb59
commit
076a870ba2
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue