mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
compiling on windows again
This commit is contained in:
parent
54a942b05d
commit
cb64309e4b
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
#ifndef SLEEP_H__
|
||||
#define SLEEP_H__
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#define sleep(n) Sleep(1000 * n)
|
||||
#define msleep(n) Sleep(n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue