Changeset 40804 in vbox
- Timestamp:
- Apr 6, 2012 5:22:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r40801 r40804 224 224 { "RTCrc32Process", (void *)RTCrc32Process }, 225 225 { "RTCrc32Start", (void *)RTCrc32Start }, 226 { "RTErrConvertFromErrno", (void *)RTErrConvertFromErrno }, 227 { "RTErrConvertToErrno", (void *)RTErrConvertToErrno }, 226 228 { "RTHandleTableAllocWithCtx", (void *)RTHandleTableAllocWithCtx }, 227 229 { "RTHandleTableCreate", (void *)RTHandleTableCreate }, … … 409 411 PFNRT g_apfnVBoxDrvIPRTDeps[] = 410 412 { 411 /* VBoxNetFlt */412 (PFNRT)RTErrConvertFromErrno,413 413 /* VBoxNetAdp */ 414 414 (PFNRT)RTRandBytes,
Note:
See TracChangeset
for help on using the changeset viewer.