diff options
author | Nikias Bassen | 2023-05-13 19:53:26 +0200 |
---|---|---|
committer | Nikias Bassen | 2023-05-13 19:53:26 +0200 |
commit | 91c0aa8fa82d3fb42c64b0e46bfa861cada5e47d (patch) | |
tree | 41d3ff96c3dfcd46b5172db9bd418dd62cb780f9 /src/plist.h | |
parent | 834bb313405bce621610862e76891377ab6601d5 (diff) | |
download | libplist-91c0aa8fa82d3fb42c64b0e46bfa861cada5e47d.tar.gz libplist-91c0aa8fa82d3fb42c64b0e46bfa861cada5e47d.tar.bz2 |
Move PLIST_API to the headers
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 |