Skip to content

Commit

Permalink
Fix MinGW mongoose build error
Browse files Browse the repository at this point in the history
  • Loading branch information
aufau committed Mar 5, 2023
1 parent 80a0211 commit 37deea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/mongoose/include/mongoose.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
#include <windows.h>
#include <process.h>

#if _MSC_VER < 1700
#if defined(_MSC_VER) && _MSC_VER < 1700
typedef int bool;
#else
#include <stdbool.h>
Expand Down

0 comments on commit 37deea9

Please sign in to comment.