VirtualBox

Changeset 45146 in vbox for trunk/src/libs


Ignore:
Timestamp:
Mar 22, 2013 4:11:08 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84464
Message:

libxml: I believe we don't need the symbols being public visible here anymore

File:
1 edited

Legend:

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

    r39924 r45146  
    149149
    150150/* bird/VirtualBox: Visibility attributes - start  */
     151/* frank: changed to "hidden" */
    151152#if defined(VBOX_HAVE_VISIBILITY_HIDDEN) && !defined(LIBXML_STATIC) && defined(IN_LIBXML)
    152153  #undef XMLPUBFUN
    153154  #undef XMLPUBVAR
    154   #define XMLPUBFUN __attribute__((visibility("default")))
    155   #define XMLPUBVAR __attribute__((visibility("default"))) extern
     155  #define XMLPUBFUN __attribute__((visibility("hidden")))
     156  #define XMLPUBVAR __attribute__((visibility("hidden"))) extern
    156157#endif
    157158/* bird/VirtualBox: Visibility attributes - end  */
Note: See TracChangeset for help on using the changeset viewer.

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