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