summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:50:17 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-08-26 17:50:17 +0100
commit060c56cc3fa05201894d56e30cc36e853a958472 (patch)
tree0cb02673bda85b4d383b80b38c5ccc64919c733e /libs/pbd/pbd
parent9482702bdc27acda209599dfabad6e45d0aa1410 (diff)
Minor tweaks to MSVC build (hopefully of little consequence)
Diffstat (limited to 'libs/pbd/pbd')
-rw-r--r--libs/pbd/pbd/msvc_pbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/msvc_pbd.h b/libs/pbd/pbd/msvc_pbd.h
index 736095d9e8..628ed56e6f 100644
--- a/libs/pbd/pbd/msvc_pbd.h
+++ b/libs/pbd/pbd/msvc_pbd.h
@@ -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" */