*/}}
瀏覽代碼

fix ifdef for usleep

YimingWu 2 年之前
父節點
當前提交
d3868308bd
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      la_util.h

+ 2 - 0
la_util.h

@@ -689,4 +689,6 @@ void laOpenInternetLink(char* url);
 #define SEND_PANIC_ERROR(msg) \
 	{printf(msg); exit(0);}
 
+#ifdef _WIN32
 void usleep(unsigned int usec);
+#endif