Browse Source

Merge pull request #1949 from matias-eduardo/patch-1

Typo: `GetWindowLongW` to `SetWindowLongW`
Jeroen van Rijn 3 years ago
parent
commit
7973f7e750
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/sys/windows/user32.odin

+ 1 - 1
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 {