initialization logic updates

This commit is contained in:
turanszkij
2018-11-02 19:12:25 +00:00
parent 9feba0f530
commit ab38bc7746
11 changed files with 71 additions and 63 deletions
-2
View File
@@ -47,8 +47,6 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance,
HACCEL hAccelTable = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDC_WICKEDENGINETESTS));
tests.Initialize();
MSG msg = { 0 };
while (msg.message != WM_QUIT)