X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b403c300910c62cbacf95be213efdc6ed8ed85d1..17a9ca0cdc865d16ecd12bd9fb08b5ab2b329d73:/client/proxmark3.h diff --git a/client/proxmark3.h b/client/proxmark3.h index 87cf3e74..9b10af1a 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -13,9 +13,11 @@ #define PROXMARK3_H__ // Handle platform specific includes -#ifdef __WIN32 +#ifdef _WIN32 // for MINGW32 environments - #define _USE_32BIT_TIME_T 1 + #ifndef _USE_32BIT_TIME_T + #define _USE_32BIT_TIME_T 1 + #endif #include #include #else