Skip to content

Commit

Permalink
fixed a bug: gyazowin.exe remain running
Browse files Browse the repository at this point in the history
  • Loading branch information
Isshu Rakusai committed Sep 15, 2010
1 parent 3a3e201 commit 026325b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gyazowin/gyazowin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)

ReleaseDC(NULL, hdc);
DestroyWindow(hWnd);
PostMessage(hWnd,WM_CLOSE,0,0);
// PostQuitMessage(0);
PostQuitMessage(0);
}
break;

Expand Down

0 comments on commit 026325b

Please sign in to comment.