diff options
author | Chris Rankin <rankincj@yahoo.com> | 2011-10-05 15:20:37 +0100 |
---|---|---|
committer | Chris Rankin <rankincj@yahoo.com> | 2011-10-05 15:20:37 +0100 |
commit | daa8c4cb3bd3eaf71448cae646fed9cea83ad9d4 (patch) | |
tree | ea65123bde09ebc0ec25f8f6c2484ef410a5232e /src/xine-utils/attributes.h | |
parent | 10d79495d21c47a6c890d501d461b62cb46081e1 (diff) | |
download | xine-lib-daa8c4cb3bd3eaf71448cae646fed9cea83ad9d4.tar.gz xine-lib-daa8c4cb3bd3eaf71448cae646fed9cea83ad9d4.tar.bz2 |
Bring xine_private.h into line with 1.2 branch, which already has this capability, and force an error if someone tries to include xine_private.h in an unsuitable source file.
Diffstat (limited to 'src/xine-utils/attributes.h')
-rw-r--r-- | src/xine-utils/attributes.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index 9f02d9b7b..2326dab18 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -66,15 +66,6 @@ # define XINE_PROTECTED #endif -/* Export hidden only for private/internal libxine functions */ -#if defined(XINE_LIBRARY_COMPILE) && defined(SUPPORT_ATTRIBUTE_VISIBILITY_INTERNAL) -# define XINE_INTERNAL __attribute__((__visibility__("internal"))) -#elif defined(XINE_LIBRARY_COMPILE) && defined(SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT) -# define XINE_INTERNAL __attribute__((__visibility__("default"))) -#else -# define XINE_INTERNAL -#endif - #ifdef SUPPORT_ATTRIBUTE_SENTINEL # define XINE_SENTINEL __attribute__((__sentinel__)) #else |