From d2682bb65ee6e3f7fe9656b5bedf42f97f836669 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 29 Feb 2020 10:02:06 +1100 Subject: [PATCH] Switch to non-XP compatible toolset for default toolset in the visual studio project This only makes it easier for people to compile the project without having to mess around with Windows XP support for C++ etc. The actual executables produced by the buildbot will keep supporting 2000/XP per usual. --- src/ClassiCube.vcxproj | 6 +++--- src/Platform.c | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/ClassiCube.vcxproj b/src/ClassiCube.vcxproj index bec8d5ea3..c4c7c9e3e 100644 --- a/src/ClassiCube.vcxproj +++ b/src/ClassiCube.vcxproj @@ -22,21 +22,21 @@ {8A7D82BD-178A-4785-B41B-70EDE998920A} Win32Proj ClassiCube - 5.1 + 8.1 Application true - v140_xp Unicode + v140 Application false - v140_xp true Unicode + v140 Application diff --git a/src/Platform.c b/src/Platform.c index 4821e788d..d2c2abcce 100644 --- a/src/Platform.c +++ b/src/Platform.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include