From 8a462a087f5a58bdbca2f7a4384101f147992080 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 7 Nov 2017 19:49:56 +0300 Subject: [PATCH] Fixed MSVC build after 12f65d40ac9a9351b26dc11d7dcd468a531dfe15 --- w32/common/MHD_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h index 02d96424..21db7eae 100644 --- a/w32/common/MHD_config.h +++ b/w32/common/MHD_config.h @@ -13,7 +13,7 @@ #define INLINE_FUNC 1 /* Define to prefix which will be used with MHD inline functions. */ -#define _MHD_inline static __forceinline +#define _MHD_static_inline static __forceinline /* *** MHD configuration *** */