mirror of https://github.com/BOINC/boinc.git
Added include windows.h before winhttp.h when building with mingw
This commit is contained in:
parent
31bb986c7a
commit
4f326368f4
|
@ -146,6 +146,10 @@
|
|||
#define SECURITY_WIN32
|
||||
#endif
|
||||
|
||||
/* MINGW needs windows.h before winhttp.h */
|
||||
#ifdef __MINGW32__
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#if !defined(__CYGWIN32__) || defined(USE_WINSOCK)
|
||||
|
||||
|
|
Loading…
Reference in New Issue