From ffd359158e05190024453259e0c13e87db8c8c34 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Tue, 24 Dec 2013 11:45:49 +0000 Subject: [PATCH] Disabled exception handling and define _HAS_EXCEPTIONS=0 globally --- Build/VS/Rainmeter.Cpp.props | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Build/VS/Rainmeter.Cpp.props b/Build/VS/Rainmeter.Cpp.props index b59979c5..dcc222a4 100644 --- a/Build/VS/Rainmeter.Cpp.props +++ b/Build/VS/Rainmeter.Cpp.props @@ -54,11 +54,13 @@ - - 4351;4530 + 4351;%(DisableSpecificWarnings) - - WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0601;PSAPI_VERSION=1;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + false + + + + WIN32;_WINDOWS;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_IE=0x0601;PSAPI_VERSION=1;_CRT_SECURE_NO_WARNINGS;WIN32_LEAN_AND_MEAN;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions) Level3