]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/sleep.c
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / sleep.c
index fe397da93cf143a4979452f9843cf08602a89251..6b0717c6bbe033feae14d8dc44def37ab8c6f4ef 100644 (file)
@@ -8,7 +8,7 @@
 // platform-independant sleep macros
 //-----------------------------------------------------------------------------
 
-#ifndef _WIN32
+#ifndef __WIN32
 
 #define _POSIX_C_SOURCE        199309L
 #include "sleep.h"
@@ -24,5 +24,4 @@ void nsleep(uint64_t n) {
   while (nanosleep(&timeout, &timeout) && errno == EINTR);
 }
 
-#endif // _WIN32
-
+#endif // _WIN32
\ No newline at end of file
Impressum, Datenschutz