diff options
| author | 2023-05-13 19:53:26 +0200 | |
|---|---|---|
| committer | 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 @@ | |||
| 37 | #pragma warning(disable:4244) | 37 | #pragma warning(disable:4244) |
| 38 | #endif | 38 | #endif |
| 39 | 39 | ||
| 40 | #ifdef WIN32 | ||
| 41 | #define PLIST_API __declspec( dllexport ) | ||
| 42 | #else | ||
| 43 | #ifdef HAVE_FVISIBILITY | ||
| 44 | #define PLIST_API __attribute__((visibility("default"))) | ||
| 45 | #else | ||
| 46 | #define PLIST_API | ||
| 47 | #endif | ||
| 48 | #endif | ||
| 49 | |||
| 50 | struct plist_data_s | 40 | struct plist_data_s |
| 51 | { | 41 | { |
| 52 | union | 42 | union |
