X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/be2cf126bf74c3e0c60706dd2620c8a6d742e396..c48c4d7856cc61694b9bb1a4d9a33f693cb4fbe2:/client/hid-flasher/sleep.h diff --git a/client/hid-flasher/sleep.h b/client/hid-flasher/sleep.h index 81f4e060..62d9f4d1 100644 --- a/client/hid-flasher/sleep.h +++ b/client/hid-flasher/sleep.h @@ -11,7 +11,7 @@ #ifndef SLEEP_H__ #define SLEEP_H__ -#ifdef WIN32 +#ifdef _WIN32 #include #define sleep(n) Sleep(1000 * n) #define msleep(n) Sleep(n)