Include msvc_compat.h at top of Griffin too for _MSC_VER targets

This commit is contained in:
twinaphex 2014-09-14 06:19:32 +02:00
parent 0efac4b6ad
commit 516a536a78

View File

@ -27,7 +27,7 @@
#define HAVE_COMPRESSION
#endif
#if defined(_XBOX)
#if defined(_XBOX) || defined(_MSC_VER)
#include "../msvc/msvc_compat.h"
#endif