Update user32.odin

Added UnregisterClassW procedure to windows\user32.odin
This commit is contained in:
Hyp-X
2022-08-01 15:59:00 +02:00
parent 7e6f5f89d0
commit e6236e5c3e

View File

@@ -18,6 +18,7 @@ foreign user32 {
RegisterClassW :: proc(lpWndClass: ^WNDCLASSW) -> ATOM ---
RegisterClassExW :: proc(^WNDCLASSEXW) -> ATOM ---
UnregisterClassW :: proc(lpClassName: LPCWSTR, hInstance: HINSTANCE) -> BOOL ---
CreateWindowExW :: proc(
dwExStyle: DWORD,