From d1dd1d664fb388f04f0eb1051f8ab4ecb0cbab79 Mon Sep 17 00:00:00 2001 From: Till Rathmann Date: Wed, 1 Aug 2018 14:06:00 +0200 Subject: [PATCH] Removed MSVC /permissive- compiler flag for nfd_win.cpp because it causes problems in combaseapi.h with Windows SDK 8.1. --- standalone/build/win32/Tracy.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/standalone/build/win32/Tracy.vcxproj b/standalone/build/win32/Tracy.vcxproj index 5f5420e2..fe0c85cb 100644 --- a/standalone/build/win32/Tracy.vcxproj +++ b/standalone/build/win32/Tracy.vcxproj @@ -100,7 +100,10 @@ - + + false + false +