mirror of
https://github.com/curl/curl.git
synced 2026-04-15 07:11:40 +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 */
|
||||
#endif
|
||||
|
||||
#if __MINGW32__
|
||||
#ifdef __MINGW32__
|
||||
#include <TlHelp32.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue