mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-26 22:41:03 +08:00
Fix #1490 - add winerror.h to fix old mingw build
This commit is contained in:
parent
d255fc737a
commit
1125b1f545
@ -371,6 +371,7 @@ typedef enum { false = 0, true = 1 } bool;
|
||||
#endif
|
||||
|
||||
#include <process.h>
|
||||
#include <winerror.h>
|
||||
#include <winsock2.h>
|
||||
|
||||
// Protect from calls like std::snprintf in app code
|
||||
|
@ -47,6 +47,7 @@ typedef enum { false = 0, true = 1 } bool;
|
||||
#endif
|
||||
|
||||
#include <process.h>
|
||||
#include <winerror.h>
|
||||
#include <winsock2.h>
|
||||
|
||||
// Protect from calls like std::snprintf in app code
|
||||
|
Loading…
x
Reference in New Issue
Block a user