David Rose 18 سال پیش
والد
کامیت
bbbf92bc24
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      panda/src/pipeline/threadDummyImpl.h

+ 5 - 0
panda/src/pipeline/threadDummyImpl.h

@@ -29,6 +29,11 @@
 
 
 class Thread;
 class Thread;
 
 
+#ifdef WIN32
+#define WIN32_LEAN_AND_MEAN
+#include <windows.h>  // For Sleep().
+#endif
+
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //       Class : ThreadDummyImpl
 //       Class : ThreadDummyImpl
 // Description : A fake thread implementation for single-threaded
 // Description : A fake thread implementation for single-threaded