commit 6037d057b7ef88cee1bd5469a7a41884c34435d9 parent f480f02feaa6230b37f29032b26ace094b5ce744 Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev> Date: Sat, 14 Jun 2025 13:29:28 +0200 mhd_sys_options: added workaround for some broken W32 compilers Diffstat:
| M | src/incl_priv/mhd_sys_options.h | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/incl_priv/mhd_sys_options.h b/src/incl_priv/mhd_sys_options.h @@ -40,6 +40,13 @@ # endif #endif +#ifdef _WIN64 +/* workaround for some broken compilers */ +# ifndef _WIN32 +# define _WIN32 1 +# endif +#endif + #include "mhd_config.h" /**