mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-17 05:01:04 +00:00
use raw_union?
This commit is contained in:
@@ -1032,7 +1032,7 @@ CACHE_DESCRIPTOR :: struct {
|
||||
SYSTEM_LOGICAL_PROCESSOR_INFORMATION :: struct {
|
||||
ProcessorMask: ULONGPTR,
|
||||
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP,
|
||||
DUMMYUNIONNAME :: union {
|
||||
DUMMYUNIONNAME :: struct #raw_union {
|
||||
ProcessorCore :: struct {
|
||||
Flags: BYTE,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user