mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-08 18:09: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 "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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue