Changeset 71294 in vbox
- Timestamp:
- Mar 10, 2018 12:06:43 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/iprt/system.h (modified) (1 diff)
-
src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/system.h
r69105 r71294 257 257 RTDECL(bool) RTSystemIsInsideVM(void); 258 258 259 #ifdef RT_OS_WINDOWS 260 261 /** 262 * Get the Windows NT build number. 263 * 264 * @returns NT build number. 265 * 266 * @remarks Windows NT only. Requires IPRT to be initialized. 267 */ 268 RTDECL(uint32_t) RTSystemGetNtBuildNo(void) 269 270 #endif /* RT_OS_WINDOWS */ 271 259 272 /** @} */ 260 273 -
trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp
r70215 r71294 341 341 } 342 342 343 344 RTDECL(uint32_t) RTSystemGetNtBuildNo(void) 345 { 346 return g_WinOsInfoEx.dwBuildNumber; 347 } 348
Note:
See TracChangeset
for help on using the changeset viewer.

