libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 8e73d022a15fbe3e8ed80a83783fbd5b4fbf34d1
parent 97dcf66ee1172a611d0ec6e39d9d7d1b7e3ae9ac
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Wed,  1 Jul 2026 16:52:06 +0200

sys_bool_type.h: fixed guard macro name

Diffstat:
Msrc/mhd2/sys_bool_type.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mhd2/sys_bool_type.h b/src/mhd2/sys_bool_type.h @@ -44,8 +44,8 @@ * This header provides 'bool' type and 'true' and 'false' values. */ -#ifndef MHD_BASE_BOOL_TYPE_H -#define MHD_BASE_BOOL_TYPE_H 1 +#ifndef MHD_SYS_BOOL_TYPE_H +#define MHD_SYS_BOOL_TYPE_H 1 #include "mhd_sys_options.h" @@ -53,4 +53,4 @@ # include <stdbool.h> #endif -#endif /* ! MHD_BASE_BOOL_TYPE_H */ +#endif /* ! MHD_SYS_BOOL_TYPE_H */