libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 8a462a087f5a58bdbca2f7a4384101f147992080
parent ec204f59a7466ca6f4f91b4db1a42e0e0c525907
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue,  7 Nov 2017 19:49:56 +0300

Fixed MSVC build after 12f65d40ac9a9351b26dc11d7dcd468a531dfe15

Diffstat:
Mw32/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 @@ -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 *** */