From 4df62acac4792f1cb85c3910dcf2f08187d9a03e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 26 Jul 2019 20:50:40 +0200 Subject: [PATCH] Get rid of this check --- libretro-common/vfs/vfs_implementation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/vfs/vfs_implementation.c b/libretro-common/vfs/vfs_implementation.c index f0782c5c3e..ed7f362855 100644 --- a/libretro-common/vfs/vfs_implementation.c +++ b/libretro-common/vfs/vfs_implementation.c @@ -172,7 +172,7 @@ #endif -#if defined(_WIN32) && !defined(_XBOX) +#if defined(_WIN32) #if !defined(_MSC_VER) || (defined(_MSC_VER) && _MSC_VER >= 1400) #define ATLEAST_VC2005 #endif