Changeset 85124 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Jul 8, 2020 9:13:30 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r84671 r85124 199 199 200 200 KMOD_EXPLICIT_DECL(VBoxDrv, VBOX_VERSION_STRING, _start, _stop) 201 DECL HIDDEN(kmod_start_func_t *) _realmain = VBoxDrvDarwinStart;202 DECL HIDDEN(kmod_stop_func_t *) _antimain = VBoxDrvDarwinStop;203 DECL HIDDEN(int) _kext_apple_cc = __APPLE_CC__;201 DECL_HIDDEN_DATA(kmod_start_func_t *) _realmain = VBoxDrvDarwinStart; 202 DECL_HIDDEN_DATA(kmod_stop_func_t *) _antimain = VBoxDrvDarwinStop; 203 DECL_HIDDEN_DATA(int) _kext_apple_cc = __APPLE_CC__; 204 204 RT_C_DECLS_END 205 205
Note:
See TracChangeset
for help on using the changeset viewer.