added check for WinRT and WP8

This commit is contained in:
Dale Stammen 2014-10-14 14:15:21 -07:00
parent f54b408744
commit 1404f15daa
1 changed files with 1 additions and 1 deletions

View File

@ -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