comparison base/System.h @ 103:173b39ea0728

* win32 fixes
author Chris Cannam
date Fri, 05 May 2006 13:29:31 +0000
parents 2b1a16e38d2d
children 174d33f28824
comparison
equal deleted inserted replaced
102:0a846f83a4b7 103:173b39ea0728
32 32
33 #define PLUGIN_GLOB "*.dll" 33 #define PLUGIN_GLOB "*.dll"
34 #define PATH_SEPARATOR ';' 34 #define PATH_SEPARATOR ';'
35 #define DEFAULT_VAMP_PATH "%ProgramFiles%\\Vamp Plugins" 35 #define DEFAULT_VAMP_PATH "%ProgramFiles%\\Vamp Plugins"
36 36
37 #define usleep(u) Sleep((u)/1000)
38
39 extern "C" { 37 extern "C" {
38 void usleep(unsigned long usec);
40 void gettimeofday(struct timeval *p, void *tz); 39 void gettimeofday(struct timeval *p, void *tz);
41 } 40 }
42 41
43 #else 42 #else
44 43