VirtualBox

Changeset 45249 in vbox


Ignore:
Timestamp:
Mar 29, 2013 3:15:16 PM (12 years ago)
Author:
vboxsync
Message:

VBoxGuestLib.h: Darwin visibility experiment.

File:
1 edited

Legend:

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

    r45109 r45249  
    8787 * Declare a VBGL ring-0 API with the right calling convention and visibilitiy.
    8888 * @param type      Return type.  */
    89 # define DECLR0VBGL(type) type VBOXCALL
     89# ifdef RT_OS_DARWIN /** @todo probably apply to all, but don't want a forest fire on our hands right now. */
     90#  define DECLR0VBGL(type) DECLHIDDEN(type) VBOXCALL
     91# else
     92#  define DECLR0VBGL(type) type VBOXCALL
     93# endif
    9094# define DECLVBGL(type) DECLR0VBGL(type)
    9195
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