mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
use raw_union?
This commit is contained in:
@@ -1032,7 +1032,7 @@ CACHE_DESCRIPTOR :: struct {
|
|||||||
SYSTEM_LOGICAL_PROCESSOR_INFORMATION :: struct {
|
SYSTEM_LOGICAL_PROCESSOR_INFORMATION :: struct {
|
||||||
ProcessorMask: ULONGPTR,
|
ProcessorMask: ULONGPTR,
|
||||||
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP,
|
Relationship: LOGICAL_PROCESSOR_RELATIONSHIP,
|
||||||
DUMMYUNIONNAME :: union {
|
DUMMYUNIONNAME :: struct #raw_union {
|
||||||
ProcessorCore :: struct {
|
ProcessorCore :: struct {
|
||||||
Flags: BYTE,
|
Flags: BYTE,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user