From 3dc62a67e0d06db4dea1ace9b451de3520e2cf27 Mon Sep 17 00:00:00 2001 From: matias Date: Sun, 14 Aug 2022 07:16:54 -0400 Subject: [PATCH] Typo: "Get" -> "Set" --- core/sys/windows/user32.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sys/windows/user32.odin b/core/sys/windows/user32.odin index 90961ba8c..4b3d3e68e 100644 --- a/core/sys/windows/user32.odin +++ b/core/sys/windows/user32.odin @@ -235,7 +235,7 @@ when ODIN_ARCH == .amd64 { SetClassLongPtrW :: SetClassLongW GetWindowLongPtrW :: GetWindowLongW - SetWindowLongPtrW :: GetWindowLongW + SetWindowLongPtrW :: SetWindowLongW } GET_SC_WPARAM :: #force_inline proc "contextless" (wParam: WPARAM) -> c_int {