VirtualBox

Changeset 19557 in vbox for trunk/src/libs


Ignore:
Timestamp:
May 8, 2009 11:13:04 PM (16 years ago)
Author:
vboxsync
Message:

libxml2: hidden fun for when we link this into a dylib/so and wants to link stuff against that again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.6.30/include/libxml/xmlexports.h

    r6076 r19557  
    4444 * XMLCDECL:
    4545 *
    46  * Macro which declares the calling convention for exported functions that 
     46 * Macro which declares the calling convention for exported functions that
    4747 * use '...'.
    4848 */
     
    148148#endif
    149149
     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
    150160/* Compatibility */
    151161#if !defined(LIBXML_DLL_IMPORT)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette