mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 23:14:59 -07: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