comparison base/System.h @ 100:2b1a16e38d2d

* couple of changes for win32
author Chris Cannam
date Fri, 05 May 2006 11:35:47 +0000
parents 604bd4ee3ed4
children 173b39ea0728
comparison
equal deleted inserted replaced
99:9a44ccae165c 100:2b1a16e38d2d
31 #define DLERROR() "" 31 #define DLERROR() ""
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
37 #define usleep(u) Sleep((u)/1000)
36 38
37 extern "C" { 39 extern "C" {
38 void gettimeofday(struct timeval *p, void *tz); 40 void gettimeofday(struct timeval *p, void *tz);
39 } 41 }
40 42