diff options
| author | matias <matiasfmolinari@gmail.com> | 2022-08-14 07:16:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-14 07:16:54 -0400 |
| commit | 3dc62a67e0d06db4dea1ace9b451de3520e2cf27 (patch) | |
| tree | f2511be6d4911e5fb68b1c85bc31abb3ce8afb4f /core/sys/windows/user32.odin | |
| parent | 081e36c909529ce7ff5d74ae6b78e31a26691b9e (diff) | |
Typo: "Get" -> "Set"
Diffstat (limited to 'core/sys/windows/user32.odin')
| -rw-r--r-- | core/sys/windows/user32.odin | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |