Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
bump to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Jun 27, 2022
1 parent 56c828c commit 3fc93e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified winver/winver.aps
Binary file not shown.
2 changes: 1 addition & 1 deletion winver/winver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
case WM_ERASEBKGND:
return 0;
case WM_PAINT:
{
{
RECT rc;
hdc = BeginPaint(hWnd, &ps);

Expand Down
Binary file modified winver/winver.rc
Binary file not shown.

0 comments on commit 3fc93e5

Please sign in to comment.