Index: TOOLS/cpuinfo.c =================================================================== --- TOOLS/cpuinfo.c £¨ÐÞ¶©°æ 21370£© +++ TOOLS/cpuinfo.c £¨¹¤×÷¿½±´£© @@ -19,7 +19,8 @@ #endif #ifdef __MINGW32__ #define MISSING_USLEEP -#define sleep(t) _sleep(1000*t); +#include +#define sleep(t) Sleep(1000*t); #endif #ifdef __BEOS__