mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Change stdcall -> system
This commit is contained in:
@@ -51,7 +51,7 @@ BLUETOOTH_DEVICE_INFO :: struct {
|
||||
name: [BLUETOOTH_MAX_NAME_SIZE]u16, // Name of the device
|
||||
}
|
||||
|
||||
@(default_calling_convention="stdcall")
|
||||
@(default_calling_convention="system")
|
||||
foreign bthprops {
|
||||
/*
|
||||
Version
|
||||
|
||||
Reference in New Issue
Block a user