Changeset 45249 in vbox
- Timestamp:
- Mar 29, 2013 3:15:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r45109 r45249 87 87 * Declare a VBGL ring-0 API with the right calling convention and visibilitiy. 88 88 * @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 90 94 # define DECLVBGL(type) DECLR0VBGL(type) 91 95
Note:
See TracChangeset
for help on using the changeset viewer.