mirror of https://github.com/axmolengine/axmol.git
added check for WinRT and WP8
This commit is contained in:
parent
f54b408744
commit
1404f15daa
|
@ -1,7 +1,7 @@
|
||||||
#ifndef __CCCOCOSSTUDIO_H__
|
#ifndef __CCCOCOSSTUDIO_H__
|
||||||
#define __CCCOCOSSTUDIO_H__
|
#define __CCCOCOSSTUDIO_H__
|
||||||
|
|
||||||
#if defined(WIN32) && defined(_WINDOWS)
|
#if (defined(WIN32) && defined(_WINDOWS)) || defined(WINRT) || defined(WP8)
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue