Changeset 71294 in vbox for trunk/include/iprt
- Timestamp:
- Mar 10, 2018 12:06:43 AM (7 years ago)
- File:
-
- 1 edited
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
Note:
See TracChangeset
for help on using the changeset viewer.