Kaynağa Gözat

Define missing HAVE_STDBOOL_H for VS

Evgeny Grin (Karlson2k) 9 yıl önce
ebeveyn
işleme
d2e9b53c6e
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      w32/common/MHD_config.h

+ 4 - 0
w32/common/MHD_config.h

@@ -139,6 +139,10 @@
 /* Define to 1 if you have the <stddef.h> header file. */
 #define HAVE_STDDEF_H 1
 
+/* Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines
+'bool' type. */
+#define HAVE_STDBOOL_H 1
+
 
 /* *** Other useful staff *** */