Commit 13ecca44 authored by Nikias Bassen's avatar Nikias Bassen

Win32: do not use visibility attribute

parent 2141a60a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#define PLIST_LITTLE_ENDIAN 0 #define PLIST_LITTLE_ENDIAN 0
#define PLIST_BIG_ENDIAN 1 #define PLIST_BIG_ENDIAN 1
#if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__CYGWIN__) #if defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__CYGWIN__) && !defined(WIN32)
# define _PLIST_INTERNAL __attribute__((visibility("hidden"))) # define _PLIST_INTERNAL __attribute__((visibility("hidden")))
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
# define _PLIST_INTERNAL __hidden # define _PLIST_INTERNAL __hidden
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment