mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
cpp: use #ifdef __MINGW32__ to avoid compiler complaints
... instead of just #if
This commit is contained in:
parent
eeefcdff54
commit
6eb56e72de
@ -55,7 +55,7 @@
|
|||||||
#define EINVAL 22 /* errno.h value */
|
#define EINVAL 22 /* errno.h value */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#include <TlHelp32.h>
|
#include <TlHelp32.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user