Changeset 19557 in vbox for trunk/src/libs
- Timestamp:
- May 8, 2009 11:13:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.30/include/libxml/xmlexports.h
r6076 r19557 44 44 * XMLCDECL: 45 45 * 46 * Macro which declares the calling convention for exported functions that 46 * Macro which declares the calling convention for exported functions that 47 47 * use '...'. 48 48 */ … … 148 148 #endif 149 149 150 /* bird/VirtualBox: Visibility attributes - start */ 151 #if defined(VBOX_HAVE_VISIBILITY_HIDDEN) && !defined(LIBXML_STATIC) && defined(IN_LIBXML) 152 #undef XMLPUBFUN 153 #undef XMLPUBVAR 154 #define XMLPUBFUN __attribute__((visibility("default"))) 155 #define XMLPUBVAR __attribute__((visibility("default"))) extern 156 #endif 157 /* bird/VirtualBox: Visibility attributes - end */ 158 159 150 160 /* Compatibility */ 151 161 #if !defined(LIBXML_DLL_IMPORT)
Note:
See TracChangeset
for help on using the changeset viewer.