Changeset 77106 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2019 10:31:23 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r76886 r77106 481 481 /* VBoxUSB */ 482 482 (PFNRT)RTPathStripFilename, 483 #if !defined(RT_OS_FREEBSD) 483 484 (PFNRT)RTHandleTableAlloc, 484 #if !defined(RT_OS_FREEBSD)485 485 (PFNRT)RTStrPurgeEncoding, 486 486 #endif 487 487 NULL 488 488 }; 489 #endif /* RT_OS_DARWIN || RT_OS_SOLARIS || RT_OS_ SOLARIS*/489 #endif /* RT_OS_DARWIN || RT_OS_SOLARIS || RT_OS_FREEBSD */ 490 490 491 491 /** Hardware-virtualization MSRs. */
Note:
See TracChangeset
for help on using the changeset viewer.