From 57d765acd93e4dcb5c81894540036fbeb7472744 Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Sun, 5 Aug 2018 18:48:47 +0200 Subject: [PATCH] Bugfix: Wrongly remembered visibility parameter --- src/mqtt.h.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/mqtt.h.in b/src/mqtt.h.in index e58e444..ac13be5 100644 --- a/src/mqtt.h.in +++ b/src/mqtt.h.in @@ -21,11 +21,7 @@ extern "C" { #if MSVC #define API __declspec(dllexport) #else -#if DEBUG -#define API __attribute__((visibility("visible"))) -#else -#define API __attribute__((visibility("visible"))) -#endif +#define API __attribute__((visibility("default"))) #endif #include