Another Xbox buildfix

This commit is contained in:
twinaphex 2016-12-02 01:06:53 +01:00
parent 0284853681
commit 3b78c848a2

View File

@ -22,7 +22,9 @@
#include <stdlib.h>
#ifdef _WIN32
#if defined(_WIN32) && defined(_XBOX)
#include <xtl.h>
#elif defined(_WIN32)
#include <windows.h>
#endif