added check for WinRT and WP8

This commit is contained in:
Dale Stammen 2014-10-14 14:22:19 -07:00
parent 21802abe13
commit 8700c0b07e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef __CCLIBGUI_H__
#define __CCLIBGUI_H__
#if defined(WIN32) && defined(_WINDOWS)
#if (defined(WIN32) && defined(_WINDOWS)) || defined(WINRT) || defined(WP8)
#ifdef __MINGW32__
#include <string.h>
#endif