Fixed libmicrohttpd version check.

This commit is contained in:
casey langen 2020-07-17 19:47:18 -07:00
parent 8eaa480147
commit ae1b2ee233

View File

@ -43,7 +43,7 @@ extern "C" {
#include <mutex>
#include <vector>
#if MHD_VERSION < 0x00097000
#if MHD_VERSION < 0x00097001
#define MHD_Result int
#endif