From 516a536a788db298f7858322e570b7cff4b6862c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Sep 2014 06:19:32 +0200 Subject: [PATCH] Include msvc_compat.h at top of Griffin too for _MSC_VER targets --- griffin/griffin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/griffin/griffin.c b/griffin/griffin.c index faf07a76db..cf61ae500d 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -27,7 +27,7 @@ #define HAVE_COMPRESSION #endif -#if defined(_XBOX) +#if defined(_XBOX) || defined(_MSC_VER) #include "../msvc/msvc_compat.h" #endif