diff options
Diffstat (limited to 'suil/suil.h')
-rw-r--r-- | suil/suil.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |