commit 6295bff6f7262e42e6f1da60c8756196f6e058f0
parent 951af313d49927ece3c5432aa8fe12129a28b7a0
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Thu, 25 Dec 2025 10:59:32 +0100
Revert "avoid issue with re-definition of macros"
This reverts commit 34275b5588506d5a93bf62885fbe956636cc4b9e.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/mhd2/mhd_str.h b/src/mhd2/mhd_str.h
@@ -45,11 +45,7 @@
#ifndef MHD_STR_H
#define MHD_STR_H 1
-// FIXME-Evgeny: both of these headers define some of the
-// very same MHD-macros. We should avoid this.
-#ifndef MICROHTTPD2_PORTABILITY_H
#include "mhd_sys_options.h"
-#endif
#include "sys_base_types.h"
#include "sys_bool_type.h"