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 @@ | |||
| 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 |
