mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 16:48:18 +00:00
name raw union
This commit is contained in:
@@ -1029,10 +1029,7 @@ CACHE_DESCRIPTOR :: struct {
|
||||
Type: PROCESSOR_CACHE_TYPE,
|
||||
}
|
||||
|
||||
SYSTEM_LOGICAL_PROCESSOR_INFORMATION :: struct {
|
||||
ProcessorMask: ULONGPTR,
|
||||
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP,
|
||||
DUMMYUNIONNAME :: struct #raw_union {
|
||||
DUMMYUNIONNAME_u :: struct #raw_union {
|
||||
ProcessorCore :: struct {
|
||||
Flags: BYTE,
|
||||
},
|
||||
@@ -1041,5 +1038,9 @@ SYSTEM_LOGICAL_PROCESSOR_INFORMATION :: struct {
|
||||
},
|
||||
Cache: CACHE_DESCRIPTOR,
|
||||
Reserved: [2]ULONGLONG,
|
||||
},
|
||||
},
|
||||
SYSTEM_LOGICAL_PROCESSOR_INFORMATION :: struct {
|
||||
ProcessorMask: ULONGPTR,
|
||||
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP,
|
||||
DummyUnion: DUMMYUNIONNAME_u,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user