DXGL r869 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r868‎ | r869 | r870 >
Date:21:57, 15 September 2018
Author:admin
Status:new
Tags:
Comment:
Undo a change that was attempted for testing.
Modified paths:
  • /dxglcfg/dxglcfg.cpp (modified) (history)

Diff [purge]

Index: dxglcfg/dxglcfg.cpp
@@ -3142,7 +3142,7 @@
31433143 case WM_INITDIALOG:
31443144 hProgressWnd = NULL;
31453145 CreateThread(NULL, 0, ProgressThread, &hProgressWnd, 0, &threadid);
3146 - while (hProgressWnd == NULL) Sleep(100);
 3146+ while (hProgressWnd == NULL) Sleep(10);
31473147 hDialog = hWnd;
31483148 ZeroMemory(&wndclass, sizeof(WNDCLASSEX));
31493149 wndclass.cbSize = sizeof(WNDCLASSEX);