mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix: some compiler warning when the #define is not matching.
This commit is contained in:
parent
2839f12e86
commit
4bf036f226
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
// platform-independant sleep macros
|
// platform-independant sleep macros
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef __WIN32
|
||||||
|
|
||||||
#define _POSIX_C_SOURCE 199309L
|
#define _POSIX_C_SOURCE 199309L
|
||||||
#include "sleep.h"
|
#include "sleep.h"
|
||||||
|
@ -25,4 +25,3 @@ void nsleep(uint64_t n) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue