Changeset 84509 in vbox for trunk/include/iprt/nt
- Timestamp:
- May 25, 2020 3:09:24 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/hyperv.h
r82968 r84509 36 36 #else 37 37 # define RT_FLEXIBLE_ARRAY 38 # define RT_FLEXIBLE_ARRAY_EXTENSION 38 39 # define AssertCompile(expr) 39 40 # define AssertCompileSize(type, size) … … 498 499 uint32_t u32ExplicitPadding; 499 500 /* The repeating part: */ 501 RT_FLEXIBLE_ARRAY_EXTENSION 500 502 HV_SPA_PAGE_NUMBER PageList[RT_FLEXIBLE_ARRAY]; 501 503 } HV_INPUT_MAP_GPA_PAGES; … … 521 523 uint32_t u32ExplicitPadding; 522 524 /* The repeating part: */ 525 RT_FLEXIBLE_ARRAY_EXTENSION 523 526 HV_GPA_MAPPING PageList[RT_FLEXIBLE_ARRAY]; 524 527 } HV_INPUT_MAP_SPARSE_GPA_PAGES; … … 1234 1237 uint32_t fFlags; 1235 1238 /* The repeating part: */ 1239 RT_FLEXIBLE_ARRAY_EXTENSION 1236 1240 HV_REGISTER_NAME Names[RT_FLEXIBLE_ARRAY]; 1237 1241 } HV_INPUT_GET_VP_REGISTERS; … … 1268 1272 uint32_t RsvdZ; 1269 1273 /* The repeating part: */ 1274 RT_FLEXIBLE_ARRAY_EXTENSION 1270 1275 HV_REGISTER_ASSOC Elements[RT_FLEXIBLE_ARRAY]; 1271 1276 } HV_INPUT_SET_VP_REGISTERS;
Note:
See TracChangeset
for help on using the changeset viewer.