fix conditional compilation errors

This commit is contained in:
Vincent Wei
2020-02-07 23:03:48 +08:00
parent e926150d6b
commit ef693e21de
+1 -1
View File
@@ -1565,7 +1565,7 @@ static LRESULT WindowMessageHandler(UINT message, PMAINWIN pWin, LPARAM lParam)
}
unlock_zi_for_read (zi);
return (LRESULT)hWnd;
return (LRESULT)hwnd;
}
/* Since 4.2.0 */