diff options
| author | gingerBill <bill@gingerbill.org> | 2024-01-17 17:04:54 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-01-17 17:04:54 +0000 |
| commit | 75c659fa418b963f66c2e863992d1e7bb257d654 (patch) | |
| tree | 5322584d7fd33bfc2c3356178e5550fbca8fbe5e /core/sys/windows/bluetooth.odin | |
| parent | 8cfff254c9eb2677e03182d1e224d05be26f49ea (diff) | |
Change `stdcall` -> `system`
Diffstat (limited to 'core/sys/windows/bluetooth.odin')
| -rw-r--r-- | core/sys/windows/bluetooth.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/bluetooth.odin b/core/sys/windows/bluetooth.odin index c2534896b..7bfb7ea96 100644 --- a/core/sys/windows/bluetooth.odin +++ b/core/sys/windows/bluetooth.odin @@ -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 |