Changeset 95698 in vbox for trunk/src/VBox/Runtime/r3/win/system-get-nt-xxx-win.cpp
- Timestamp:
- Jul 18, 2022 9:49:17 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/system-get-nt-xxx-win.cpp
r93115 r95698 50 50 } 51 51 52 53 RTDECL(uint8_t) RTSystemGetNtProductType(void) 54 { 55 Assert(g_WinOsInfoEx.dwOSVersionInfoSize > 0); 56 return g_WinOsInfoEx.wProductType; /* It's a byte, not a word as 'w' normally indicates. (Baka Maikurosofuto!) */ 57 } 58
Note:
See TracChangeset
for help on using the changeset viewer.