]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/sleep.h
fixed stupid 64-bit formatting for x86/amd64 and unix/windows - part2
[proxmark3-svn] / client / sleep.h
index 1ff4e677a3b6771b3dec06dce8671edb629cbba0..62d9f4d16974e27ecbc85926589c2fb8b173046a 100644 (file)
@@ -1,7 +1,17 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// platform-independant sleep macros
+//-----------------------------------------------------------------------------
+
 #ifndef SLEEP_H__
 #define SLEEP_H__
 
-#ifdef WIN32
+#ifdef _WIN32
 #include <windows.h>
 #define sleep(n) Sleep(1000 * n)
 #define msleep(n) Sleep(n)
Impressum, Datenschutz