diff system/System.h @ 1218:6b847a59d908 msvc2015_64

MSVC build fixes
author Chris Cannam
date Tue, 18 Oct 2016 15:54:56 +0100
parents c811991a5efa
children 794b64e62e58
line wrap: on
line diff
--- a/system/System.h	Tue Oct 18 14:04:06 2016 +0100
+++ b/system/System.h	Tue Oct 18 15:54:56 2016 +0100
@@ -65,9 +65,11 @@
 #endif
 
 extern "C" {
-/* usleep is now in mingw
+
+#ifdef _MSC_VER
 void usleep(unsigned long usec);
-*/
+#endif
+
 int gettimeofday(struct timeval *p, void *tz);
 }