From 41cad1e44a88940bab551a996b94c978717cedca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Feb 2011 02:57:24 +0000 Subject: Make ui.h C++ compatible. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2971 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/slv2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slv2/slv2.h') diff --git a/slv2/slv2.h b/slv2/slv2.h index c761873..8c198bd 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -19,15 +19,15 @@ #ifndef SLV2_SLV2_H__ #define SLV2_SLV2_H__ -#ifdef __cplusplus -extern "C" { -#endif - #include #include #include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#ifdef __cplusplus +extern "C" { +#endif + #if defined _WIN32 || defined __CYGWIN__ #define SLV2_LIB_IMPORT __declspec(dllimport) #define SLV2_LIB_EXPORT __declspec(dllexport) -- cgit v1.2.1