fix possible deadlock

This commit is contained in:
FunkyFr3sh 2023-09-26 06:54:12 +02:00
parent 77c69d7e23
commit b85ee1674f
2 changed files with 1 additions and 3 deletions

View file

@ -488,7 +488,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
0,
0,
0,
SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_NOOWNERZORDER
SWP_ASYNCWINDOWPOS | SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_NOOWNERZORDER
);
}
}