System Beep addition

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@756 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-08-26 18:08:10 +00:00
parent 85c7673ef4
commit f24ac8509c

View file

@ -134,7 +134,7 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
g_hThread=0;
}
if (g_retcode==0) {
Beep(500,250);
MessageBeep(MB_OK);
SetTitle(g_hwnd,"Finished Sucessfully");
}
else SetTitle(g_hwnd,"Compile Error: See Log for Details");