mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Merge pull request #1949 from matias-eduardo/patch-1
Typo: `GetWindowLongW` to `SetWindowLongW`
This commit is contained in:
@@ -235,7 +235,7 @@ when ODIN_ARCH == .amd64 {
|
|||||||
SetClassLongPtrW :: SetClassLongW
|
SetClassLongPtrW :: SetClassLongW
|
||||||
|
|
||||||
GetWindowLongPtrW :: GetWindowLongW
|
GetWindowLongPtrW :: GetWindowLongW
|
||||||
SetWindowLongPtrW :: GetWindowLongW
|
SetWindowLongPtrW :: SetWindowLongW
|
||||||
}
|
}
|
||||||
|
|
||||||
GET_SC_WPARAM :: #force_inline proc "contextless" (wParam: WPARAM) -> c_int {
|
GET_SC_WPARAM :: #force_inline proc "contextless" (wParam: WPARAM) -> c_int {
|
||||||
|
|||||||
Reference in New Issue
Block a user