fixed nResult warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4642 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1441a24be7
commit
9dd05f0129
1 changed files with 1 additions and 1 deletions
|
@ -1362,7 +1362,7 @@ void WINAPI showCfgDlg()
|
||||||
|
|
||||||
while (!g_done) {
|
while (!g_done) {
|
||||||
MSG msg;
|
MSG msg;
|
||||||
int nResult = GetMessage(&msg, NULL, 0, 0);
|
GetMessage(&msg, NULL, 0, 0);
|
||||||
if (!IsDialogMessage(hConfigWindow,&msg) && !IsDialogMessage(hMainWindow,&msg))
|
if (!IsDialogMessage(hConfigWindow,&msg) && !IsDialogMessage(hMainWindow,&msg))
|
||||||
{
|
{
|
||||||
TranslateMessage(&msg);
|
TranslateMessage(&msg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue