From 91c0aa8fa82d3fb42c64b0e46bfa861cada5e47d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 13 May 2023 19:53:26 +0200 Subject: Move PLIST_API to the headers --- src/plist.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/plist.h') diff --git a/src/plist.h b/src/plist.h index 13dc286..4351ce4 100644 --- a/src/plist.h +++ b/src/plist.h @@ -37,16 +37,6 @@ #pragma warning(disable:4244) #endif -#ifdef WIN32 - #define PLIST_API __declspec( dllexport ) -#else - #ifdef HAVE_FVISIBILITY - #define PLIST_API __attribute__((visibility("default"))) - #else - #define PLIST_API - #endif -#endif - struct plist_data_s { union -- cgit v1.1-32-gdbae