add BT_SetTerminate to all threads

This commit is contained in:
2020-04-24 07:38:28 +02:00
parent 4a1df278d1
commit f041559212
6 changed files with 7 additions and 0 deletions

View File

@@ -780,6 +780,7 @@ LRESULT CALLBACK splash_proc(HWND hWndDlg, UINT Msg, WPARAM wParam, LPARAM lPara
HWND splash_dialog;
void splash_thread_loop()
{
BT_SetTerminate();
splash_dialog = CreateDialog(hInst, MAKEINTRESOURCE(IDD_SPLASH), NULL, reinterpret_cast<DLGPROC>(splash_proc));
MSG msg;