From 6829775faccb74249e565b8a282f2160e06303b7 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 27 Jan 2021 19:10:53 -0800 Subject: [PATCH] msbuild: re-enable HAS_OPENGL and HAS_VULKAN --- Source/VSProps/Base.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 79e55ef13d..b958db97ed 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -70,6 +70,8 @@ _ARCH_64=1;_M_ARM_64=1;%(PreprocessorDefinitions) HAVE_FFMPEG;%(PreprocessorDefinitions) USE_GDBSTUB;%(PreprocessorDefinitions) + HAS_OPENGL;%(PreprocessorDefinitions) + HAS_VULKAN;%(PreprocessorDefinitions)