From 375152a6c364baab8de9dc81cd9e3c9a61f0e982 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Jan 2012 19:19:44 +0000 Subject: Use correct WIN32 define. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3954 a436a847-0d15-0410-975c-d299462d15a1 --- suil/suil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'suil') diff --git a/suil/suil.h b/suil/suil.h index a65ed4f..a71e040 100644 --- a/suil/suil.h +++ b/suil/suil.h @@ -27,7 +27,7 @@ #include "lv2/lv2plug.in/ns/lv2core/lv2.h" #ifdef SUIL_SHARED -# ifdef __WIN32__ +# ifdef _WIN32 # define SUIL_LIB_IMPORT __declspec(dllimport) # define SUIL_LIB_EXPORT __declspec(dllexport) # else -- cgit v1.2.1