VirtualBox

Changeset 59163 in vbox


Ignore:
Timestamp:
Dec 16, 2015 7:06:15 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104753
Message:

bugref:8087: Additions/x11: support non-root X server: make declarations in the R3 guest library hidden by default. The library is always linked statically, but when it was linked into our libGL, the guest library symbols entered the name space of processes loading that, in particularly overriding the same symbols in the X server drivers which need their own, different version of the guest library functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r58993 r59163  
    427427 * @param   type    The return type of the function declaration.
    428428 */
    429 # define VBGLR3DECL(type) type VBOXCALL
     429# define VBGLR3DECL(type) DECLHIDDEN(type) VBOXCALL
    430430
    431431/** @name General-purpose functions
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