X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a877bc2f01e6430547787411f805eaedef0d7112..ff9c043da29150aa785723326537ba93ddac0614:/client/proxmark3.h diff --git a/client/proxmark3.h b/client/proxmark3.h index 2c881042..9b10af1a 100644 --- a/client/proxmark3.h +++ b/client/proxmark3.h @@ -15,7 +15,9 @@ // Handle platform specific includes #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