mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
for in string16; Support string16 across core
This commit is contained in:
@@ -38,9 +38,9 @@ IP_Adapter_Addresses :: struct {
|
||||
FirstAnycastAddress: ^IP_ADAPTER_ANYCAST_ADDRESS_XP,
|
||||
FirstMulticastAddress: ^IP_ADAPTER_MULTICAST_ADDRESS_XP,
|
||||
FirstDnsServerAddress: ^IP_ADAPTER_DNS_SERVER_ADDRESS_XP,
|
||||
DnsSuffix: ^u16,
|
||||
Description: ^u16,
|
||||
FriendlyName: ^u16,
|
||||
DnsSuffix: cstring16,
|
||||
Description: cstring16,
|
||||
FriendlyName: cstring16,
|
||||
PhysicalAddress: [8]u8,
|
||||
PhysicalAddressLength: u32,
|
||||
Anonymous2: struct #raw_union {
|
||||
|
||||
Reference in New Issue
Block a user