- Timestamp:
- Oct 18, 2024 4:32:40 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxWinDrvInst.cpp
r106484 r106485 1505 1505 if (pCtx) 1506 1506 { 1507 pCtx->u32Magic = VBOXWINDRVINST_MAGIC; 1508 pCtx->uVerbosity = uVerbosity; 1509 pCtx->pfnLog = pfnLog; 1510 pCtx->pvUser = pvUser; 1511 1507 1512 uint64_t const uNtVer = RTSystemGetNtVersion(); 1508 1513 … … 1512 1517 RTSYSTEM_NT_VERSION_GET_BUILD(uNtVer), 1513 1518 RTBldCfgTargetArch()); 1514 pCtx->u32Magic = VBOXWINDRVINST_MAGIC; 1515 pCtx->uVerbosity = uVerbosity; 1516 pCtx->pfnLog = pfnLog; 1517 pCtx->pvUser = pvUser; 1519 1518 1520 rc = RTOnce(&g_vboxWinDrvInstResolveOnce, vboxWinDrvInstResolveOnce, pCtx); 1519 1521 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.