Changeset 45146 in vbox for trunk/src/libs
- Timestamp:
- Mar 22, 2013 4:11:08 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.31/include/libxml/xmlexports.h
r39924 r45146 149 149 150 150 /* bird/VirtualBox: Visibility attributes - start */ 151 /* frank: changed to "hidden" */ 151 152 #if defined(VBOX_HAVE_VISIBILITY_HIDDEN) && !defined(LIBXML_STATIC) && defined(IN_LIBXML) 152 153 #undef XMLPUBFUN 153 154 #undef XMLPUBVAR 154 #define XMLPUBFUN __attribute__((visibility(" default")))155 #define XMLPUBVAR __attribute__((visibility(" default"))) extern155 #define XMLPUBFUN __attribute__((visibility("hidden"))) 156 #define XMLPUBVAR __attribute__((visibility("hidden"))) extern 156 157 #endif 157 158 /* bird/VirtualBox: Visibility attributes - end */
Note:
See TracChangeset
for help on using the changeset viewer.