mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 20:18:17 +08:00
FIX: wrong compile define used, __WIN32 should be _WIN32
This commit is contained in:
parent
7d159efe40
commit
a877bc2f01
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#define PROXMARK3_H__
|
||||
|
||||
// Handle platform specific includes
|
||||
#ifdef __WIN32
|
||||
#ifdef _WIN32
|
||||
// for MINGW32 environments
|
||||
#define _USE_32BIT_TIME_T 1
|
||||
#include <time.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue