diff marsyas-link/config.h @ 25:663baf743c63

MSVC fixes
author Chris Cannam
date Mon, 09 Dec 2019 13:56:36 +0000
parents d1501a19818e
children
line wrap: on
line diff
--- a/marsyas-link/config.h	Mon Dec 09 09:02:02 2019 +0000
+++ b/marsyas-link/config.h	Mon Dec 09 13:56:36 2019 +0000
@@ -0,0 +1,3 @@
+#ifdef MARSYAS_WIN32
+#undef UNICODE // we don't use file APIs, but they seem to be hardwired to char*
+#endif