Changeset 58875 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Nov 26, 2015 9:18:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r58872 r58875 1834 1834 } 1835 1835 1836 void VBOXCALL supdrvOSLdrNotifyUnloaded(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage) 1837 { 1838 NOREF(pDevExt); NOREF(pImage); 1839 } 1836 1840 1837 1841 int VBOXCALL supdrvOSLdrValidatePointer(PSUPDRVDEVEXT pDevExt, PSUPDRVLDRIMAGE pImage, void *pv, const uint8_t *pbImageBits)
Note:
See TracChangeset
for help on using the changeset viewer.