aboutsummaryrefslogtreecommitdiff
path: root/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'export.h')
-rw-r--r--export.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/export.h b/export.h
new file mode 100644
index 0000000..404bec1
--- /dev/null
+++ b/export.h
@@ -0,0 +1,9 @@
+#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
+extern "C" {
+#endif
+
+ __declspec(dllexport) void vst_setup( void );
+
+#if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus)
+}
+#endif