Changeset 87700 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
- Timestamp:
- Feb 10, 2021 8:21:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r84497 r87700 2434 2434 2435 2435 2436 void VBOXCALL supdrvOSLdrRetainWrapperModule(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 2437 { 2438 RT_NOREF(pDevExt, pImage); 2439 AssertFailed(); 2440 } 2441 2442 2443 void VBOXCALL supdrvOSLdrReleaseWrapperModule(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 2444 { 2445 RT_NOREF(pDevExt, pImage); 2446 AssertFailed(); 2447 } 2448 2449 2436 2450 #ifdef SUPDRV_WITH_MSR_PROBER 2437 2451
Note:
See TracChangeset
for help on using the changeset viewer.