Changeset 76090 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 9, 2018 10:56:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp
r76073 r76090 348 348 349 349 350 RTDECL(uint 32_t) RTSystemGetNtVersion(void)350 RTDECL(uint64_t) RTSystemGetNtVersion(void) 351 351 { 352 352 return RTSYSTEM_MAKE_NT_VERSION(g_WinOsInfoEx.dwMajorVersion, g_WinOsInfoEx.dwMinorVersion, g_WinOsInfoEx.dwBuildNumber);
Note:
See TracChangeset
for help on using the changeset viewer.