From 5157decd47710b3ed8e4e62e79e07aa1967bd532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Wed, 19 Jun 2002 15:00:09 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r14, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/vst/; revision=15 --- export.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 export.h (limited to 'export.h') 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 -- cgit v1.2.1