Skip to content

Commit 65024de

Browse files
committed
Version up
1 parent d853a9f commit 65024de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

waifu2x_snowshell/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR lpCmdL
3333
if (!bIsWow64)
3434
MessageBox(NULL, L"This program only works on 64bit system", L"Error", MB_OK | MB_ICONERROR);
3535

36-
hWnd = CreateWindow(lpszClass, L"waifu2x - Snowshell v2.0", WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_BORDER, CW_USEDEFAULT, CW_USEDEFAULT, 530, 370, NULL, NULL, hInstance, NULL);
36+
hWnd = CreateWindow(lpszClass, L"waifu2x - Snowshell v2.0.1", WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_BORDER, CW_USEDEFAULT, CW_USEDEFAULT, 530, 370, NULL, NULL, hInstance, NULL);
3737

3838
ShowWindow(hWnd, nCmdShow);
3939

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)