Update user32.odin

This commit is contained in:
Lucas Czerny
2026-08-09 16:49:37 +02:00
parent 769184db41
commit 3ea27c6979

View File

@@ -34,6 +34,7 @@ foreign user32 {
UnregisterClassW :: proc(lpClassName: LPCWSTR, hInstance: HINSTANCE) -> BOOL ---
RegisterHotKey :: proc(hnwd: HWND, id: c_int, fsModifiers: UINT, vk: UINT) -> BOOL ---
UnregisterHotKey :: proc(hnwd: HWND, id: c_int) -> BOOL ---
CreateWindowExW :: proc(
dwExStyle: DWORD,