Changeset 87701 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Feb 10, 2021 8:36:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r87700 r87701 5812 5812 * Call module init function if found. 5813 5813 */ 5814 rc = VINF_SUCCESS; 5814 5815 if (pImage->pfnModuleInit) 5815 5816 {
Note:
See TracChangeset
for help on using the changeset viewer.