*/}}
Explorar el Código

Merge branch 'master' of https://www.wellobserve.com/repositories/chengdulittlea/LaGUI

YimingWu hace 1 año
padre
commit
86ef6550fe
Se han modificado 1 ficheros con 2 adiciones y 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