aboutsummaryrefslogtreecommitdiff
path: root/export.h
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-06-19 15:00:09 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-06-19 15:00:09 +0000
commit5157decd47710b3ed8e4e62e79e07aa1967bd532 (patch)
treec9ba586df5be18b55bc2c5ceafc7f0069cdadf11 /export.h
This commit was generated by cvs2svn to compensate for changes in r14,HEADsvn2git-rootsvn2git-headexternals/vst
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/vst/; revision=15
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