Changeset 76090 in vbox
- Timestamp:
- Dec 9, 2018 10:56:21 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/system.h
r76073 r76090 279 279 * @remarks Windows NT only. Requires IPRT to be initialized. 280 280 */ 281 RTDECL(uint 32_t) RTSystemGetNtVersion(void);281 RTDECL(uint64_t) RTSystemGetNtVersion(void); 282 282 283 283 #endif /* RT_OS_WINDOWS */ -
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.