mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fixed libmicrohttpd version check.
This commit is contained in:
parent
8eaa480147
commit
ae1b2ee233
@ -43,7 +43,7 @@ extern "C" {
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
#if MHD_VERSION < 0x00097000
|
||||
#if MHD_VERSION < 0x00097001
|
||||
#define MHD_Result int
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user