No more flickering

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1666 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-11 16:06:23 +00:00
parent 11d65381d9
commit ecea4a776c
5 changed files with 9 additions and 2 deletions

View file

@ -98,6 +98,8 @@ void __declspec(dllexport) Select(HWND hwndParent, int string_size, char *variab
lpWndProcOld = (void *) SetWindowLong(hwndParent, GWL_WNDPROC, (long) ParentWndProc);
}
LockWindowUpdate(0);
while (!g_done)
{
MSG msg;