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