diff system/System.cpp @ 765:001d77a720ce

MinGW fixes
author Chris Cannam
date Mon, 25 Mar 2013 12:15:07 +0000
parents b4a8d8221eaf
children 1d439494604c
line wrap: on
line diff
--- a/system/System.cpp	Sat Mar 09 11:45:15 2013 +0000
+++ b/system/System.cpp	Mon Mar 25 12:15:07 2013 +0000
@@ -56,10 +56,12 @@
 
 extern "C" {
 
+/* usleep is now in mingw
 void usleep(unsigned long usec)
 {
     ::Sleep(usec / 1000);
 }
+*/
 
 int gettimeofday(struct timeval *tv, void *tz)
 {