Commit 6eb56e72 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

cpp: use #ifdef __MINGW32__ to avoid compiler complaints

... instead of just #if
parent eeefcdff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
#define EINVAL  22 /* errno.h value */
#endif

#if __MINGW32__
#ifdef __MINGW32__
#include <TlHelp32.h>
#endif