- Timestamp:
- Feb 6, 2025 8:58:45 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167386
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/installation/VBoxWinDrvInst.cpp
r108085 r108092 2011 2011 2012 2012 vboxWinDrvInstLogInfo(pCtx, VBOX_PRODUCT " Version " VBOX_VERSION_STRING " - r%s", RTBldCfgRevisionStr()); 2013 vboxWinDrvInstLogInfo(pCtx, " DetectedWindows version %d.%d.%d (%s)", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer),2014 2015 2016 2013 vboxWinDrvInstLogInfo(pCtx, "Using Windows version %d.%d.%d (%s)", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer), 2014 RTSYSTEM_NT_VERSION_GET_MINOR(pCtx->uOsVer), 2015 RTSYSTEM_NT_VERSION_GET_BUILD(pCtx->uOsVer), 2016 RTBldCfgTargetArch()); 2017 2017 2018 2018 rc = RTOnce(&g_vboxWinDrvInstResolveOnce, vboxWinDrvInstResolveOnce, pCtx); … … 2114 2114 pCtx->uOsVer = uOsVer; 2115 2115 2116 vboxWinDrvInstLogInfo(pCtx, "Set OS version to: %u.%u \n", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer),2117 2116 vboxWinDrvInstLogInfo(pCtx, "Set OS version to: %u.%u", RTSYSTEM_NT_VERSION_GET_MAJOR(pCtx->uOsVer), 2117 RTSYSTEM_NT_VERSION_GET_MINOR(pCtx->uOsVer)); 2118 2118 } 2119 2119 … … 2609 2609 } 2610 2610 #endif /* TESTCASE */ 2611
Note:
See TracChangeset
for help on using the changeset viewer.