*/}}
Ver Fonte

fix ifdef for usleep

YimingWu há 2 anos atrás
pai
commit
d3868308bd
1 ficheiros alterados com 2 adições e 0 exclusões
  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