diff base/System.h @ 103:173b39ea0728

* win32 fixes
author Chris Cannam
date Fri, 05 May 2006 13:29:31 +0000
parents 2b1a16e38d2d
children 174d33f28824
line wrap: on
line diff
--- a/base/System.h	Fri May 05 13:06:47 2006 +0000
+++ b/base/System.h	Fri May 05 13:29:31 2006 +0000
@@ -34,9 +34,8 @@
 #define PATH_SEPARATOR ';'
 #define DEFAULT_VAMP_PATH "%ProgramFiles%\\Vamp Plugins"
 
-#define usleep(u) Sleep((u)/1000)
-
 extern "C" {
+void usleep(unsigned long usec);
 void gettimeofday(struct timeval *p, void *tz);
 }