Minor tweaks to MSVC build (hopefully of little consequence)
[ardour.git] / libs / pbd / pbd / msvc_pbd.h
index 736095d9e848abacf99d6f310d23b41707e528c6..628ed56e6fe9ea1b85d7044626e10853eebc3ba8 100644 (file)
@@ -82,7 +82,7 @@ extern "C" {
 
 // This function is (hopefully) temporary and is placed here
 // because 'g_usleep()' doesn't seem to work very well for glib-win32
-void    pbd_g_usleep (unsigned long microseconds);
+// JE -  let's see if we can do without this now! void    pbd_g_usleep (unsigned long microseconds);
 
 #ifdef __cplusplus
 }              /* extern "C" */