Changeset 100957 in vbox
- Timestamp:
- Aug 23, 2023 2:03:16 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/pdb.h
r100914 r100957 387 387 struct 388 388 { 389 RT_GCC_EXTENSION 389 390 uint16_t uMinor : 8; 391 RT_GCC_EXTENSION 390 392 uint16_t uMajor : 7; 393 RT_GCC_EXTENSION 391 394 uint16_t fNewVerFmt : 1; 392 395 } New; 393 396 struct 394 397 { 398 RT_GCC_EXTENSION 395 399 uint16_t uRBuild : 4; 400 RT_GCC_EXTENSION 396 401 uint16_t uMinor : 7; 402 RT_GCC_EXTENSION 397 403 uint16_t uMajor : 5; 398 404 } Old;
Note:
See TracChangeset
for help on using the changeset viewer.