mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
stdcall -> system
This commit is contained in:
@@ -217,7 +217,7 @@ NL_DAD_STATE :: enum i32 {
|
||||
IpDadStatePreferred = 4,
|
||||
}
|
||||
|
||||
@(default_calling_convention = "std")
|
||||
@(default_calling_convention = "system")
|
||||
foreign iphlpapi {
|
||||
/*
|
||||
The GetAdaptersAddresses function retrieves the addresses associated with the adapters on the local computer.
|
||||
|
||||
Reference in New Issue
Block a user