From b2e7ff2ee4228f27f8bc9b491f5ba9b5dff4ad80 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 17 Sep 2018 21:23:48 +0200 Subject: Cleanup --- distrho/src/DistrhoDefines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrho/src/DistrhoDefines.h b/distrho/src/DistrhoDefines.h index 16c06944..c14cfb8a 100644 --- a/distrho/src/DistrhoDefines.h +++ b/distrho/src/DistrhoDefines.h @@ -28,15 +28,15 @@ /* Check OS */ #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) # define DISTRHO_PLUGIN_EXPORT extern "C" __declspec (dllexport) -# define DISTRHO_OS_WINDOWS 1 +# define DISTRHO_OS_WINDOWS 1 # define DISTRHO_DLL_EXTENSION "dll" #else # define DISTRHO_PLUGIN_EXPORT extern "C" __attribute__ ((visibility("default"))) # if defined(__APPLE__) -# define DISTRHO_OS_MAC 1 +# define DISTRHO_OS_MAC 1 # define DISTRHO_DLL_EXTENSION "dylib" # elif defined(__HAIKU__) -# define DISTRHO_OS_HAIKU 1 +# define DISTRHO_OS_HAIKU 1 # elif defined(__linux__) || defined(__linux) # define DISTRHO_OS_LINUX 1 # endif -- cgit v1.2.3