Changeset 38976 in vbox
- Timestamp:
- Oct 11, 2011 7:00:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r37972 r38976 85 85 #endif 86 86 87 /* to include the version number of VirtualBox into kernel backtraces */ 88 #define VBoxDrvLinuxVersion RT_CONCAT3(RT_CONCAT(VBOX_VERSION_MAJOR, _), \ 89 RT_CONCAT(VBOX_VERSION_MINOR, _), \ 90 VBOX_VERSION_BUILD) 91 #define VBoxDrvLinuxIOCtl RT_CONCAT(VBoxDrvLinuxIOCtl_,VBoxDrvLinuxVersion) 87 92 88 93 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.