Don't bother checking canRead() before calling getMagicNumber();
[oota-llvm.git] / lib / System / Win32 / Alarm.inc
index c413b096e7e14cd78f26479f757b012dd534340f..e0d00a0142bfac4a4bce0d13109db85b4eae801b 100644 (file)
@@ -39,5 +39,5 @@ int sys::AlarmStatus() {
 extern "C"  void __stdcall Sleep(unsigned long);
 
 void sys::Sleep(unsigned n) {
-  Sleep(n*1000);
+  ::Sleep(n*1000);
 }