From f0147293990f2a400912f4f8abd1b456319da0e6 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 26 Jan 2015 10:16:52 +0100 Subject: fixed _NOEXCEPT macro for normal compilers, updated version number to force recompile of extensions after we introduced the constants --- zend/includes.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'zend') diff --git a/zend/includes.h b/zend/includes.h index 93c74ec..31d3963 100644 --- a/zend/includes.h +++ b/zend/includes.h @@ -43,20 +43,10 @@ */ #define BOOL2SUCCESS(b) ((b) ? SUCCESS : FAILURE) -/** - * Macro to be able to support MSVC compiler - */ -#ifndef _NOEXCEPT -# ifndef _MSC_VER -# define _NOEXCEPT noexecpt -# else -# define _NOEXCEPT __declspec(nothrow) -# endif -#endif - /** * Include other files from this library */ +#include "../include/noexcept.h" #include "../include/version.h" #include "../include/inivalue.h" #include "../include/ini.h" -- cgit v1.2.3