From 0e854af70f6f330e63aa36fde125fbb0ca4ff8ef Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 18 Dec 2018 15:40:58 +0300 Subject: C++ exceptions are disabled in all cases where they just prevent warnings --- plugins/StopSpamMod/src/stdafx.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'plugins/StopSpamMod') diff --git a/plugins/StopSpamMod/src/stdafx.h b/plugins/StopSpamMod/src/stdafx.h index 6ae48751de..011161651a 100755 --- a/plugins/StopSpamMod/src/stdafx.h +++ b/plugins/StopSpamMod/src/stdafx.h @@ -1,10 +1,18 @@ #pragma once #include +#include using namespace std; #include #include +#include + +#include +#include +#include +#include +#include #include #include @@ -20,15 +28,6 @@ using namespace std; #include #include -#include -#include - -#include -#include -#include -#include -#include - #include "globals.h" #include "stopspam.h" #include "version.h" -- cgit v1.2.3