mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 07:43:13 +00:00
name raw union
This commit is contained in:
@@ -1029,17 +1029,18 @@ CACHE_DESCRIPTOR :: struct {
|
||||
Type: PROCESSOR_CACHE_TYPE,
|
||||
}
|
||||
|
||||
DUMMYUNIONNAME_u :: struct #raw_union {
|
||||
ProcessorCore :: struct {
|
||||
Flags: BYTE,
|
||||
},
|
||||
NumaNode :: struct {
|
||||
NodeNumber: DWORD,
|
||||
},
|
||||
Cache: CACHE_DESCRIPTOR,
|
||||
Reserved: [2]ULONGLONG,
|
||||
},
|
||||
SYSTEM_LOGICAL_PROCESSOR_INFORMATION :: struct {
|
||||
ProcessorMask: ULONGPTR,
|
||||
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP,
|
||||
DUMMYUNIONNAME :: struct #raw_union {
|
||||
ProcessorCore :: struct {
|
||||
Flags: BYTE,
|
||||
},
|
||||
NumaNode :: struct {
|
||||
NodeNumber: DWORD,
|
||||
},
|
||||
Cache: CACHE_DESCRIPTOR,
|
||||
Reserved: [2]ULONGLONG,
|
||||
},
|
||||
DummyUnion: DUMMYUNIONNAME_u,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user