mirror of
https://github.com/curl/curl.git
synced 2026-05-17 22:46:30 +03:00
cpp: use #ifdef __MINGW32__ to avoid compiler complaints
... instead of just #if
This commit is contained in:
parent
eeefcdff54
commit
6eb56e72de
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue