aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/bluetooth.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-05-12 13:45:17 +0100
committergingerBill <bill@gingerbill.org>2022-05-12 13:45:17 +0100
commit2fb351bf04ee2af9c43858f7178d1bee1e1c7a06 (patch)
treecbba4e87bc0326eb38e688ba6923067bef0e2e31 /core/sys/windows/bluetooth.odin
parentdc832ad49fa01b083b08a2e09102a66f31b025c1 (diff)
Update sys/windows to be closer to the soon to be deleted sys/win32
Diffstat (limited to 'core/sys/windows/bluetooth.odin')
-rw-r--r--core/sys/windows/bluetooth.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/windows/bluetooth.odin b/core/sys/windows/bluetooth.odin
index c9f6bcc93..dad44892a 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 = "std")
+@(default_calling_convention="stdcall")
foreign bthprops {
/*
Version