remove reference "const int32_t&" -> const int32_t"
[ardour.git] / libs / ardour / ardour / msvc_libardour.h
index 52aa65d95c7bb39e0cf3cc86534c1da9c3f32d70..f8edcdd3cb098c58176bf961b7b26df538f74030 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __msvc_libardour_h__
 #define __msvc_libardour_h__
 
-#include "ardour/visibility.h"
+#include <ardour/libardour_visibility.h>
 #include <limits.h>
 
 #ifndef _MAX_PATH
@@ -29,6 +29,8 @@
 #define  PATH_MAX _MAX_PATH
 #endif
 
+#define LIBARDOUR_APICALLTYPE __cdecl
+
 namespace ARDOUR {
 
 #ifdef __cplusplus