When building with MSVC, guard a declaration of 'strdup()' which conflicts slightly...
[ardour.git] / libs / fst / vstwin.c
index 27fb3cbead21af949eb87ed6361e4d21df356f61..fe0afa7593c7fcc1ca832f86780c64f350f4ae6f 100644 (file)
@@ -20,7 +20,10 @@ static unsigned int idle_id = 0;
 
 #endif
 
+#ifndef COMPILER_MSVC
 extern char * strdup (const char *);
+#endif
+
 #include <glib.h>
 #include "fst.h"