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

Typo: `GetWindowLongW` to `SetWindowLongW`
This commit is contained in:
Jeroen van Rijn
2022-08-14 13:25:23 +02:00
committed by GitHub

View File

@@ -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 {