*/}}
Explorar o código

fix ifdef for usleep

YimingWu %!s(int64=2) %!d(string=hai) anos
pai
achega
d3868308bd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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