Skip to content

Commit

Permalink
Fix missing app icon in the taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaLts committed May 27, 2023
1 parent ffbc263 commit 6393b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@ InitWindow proc
mov wc.lpfnWndProc, rax
mov rax, hInstance
mov wc.hInstance, rax
xor rcx, rcx
lea rcx, hInstance
mov rdx, IDI_APPLICATION
call LoadIconA
mov wc.hIcon, rax
Expand Down

0 comments on commit 6393b5f

Please sign in to comment.