Skip to content

Commit

Permalink
Merge pull request #1921 from Hyp-X/master
Browse files Browse the repository at this point in the history
Update user32.odin
  • Loading branch information
gingerBill authored Aug 2, 2022
2 parents e0ecdd4 + e6236e5 commit 73beed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/sys/windows/user32.odin
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 73beed0

Please sign in to comment.