Fix again.

This commit is contained in:
love-code-yeyixiao 2024-04-20 09:53:52 +08:00
parent 69d6a3450f
commit 8711be8845
1 changed files with 1 additions and 1 deletions

View File

@ -1666,7 +1666,7 @@ _FX BOOL Gui_BringWindowToTop(HWND hWnd) {
return __sys_BringWindowToTop(hWnd);
}
_FX BOOL Gui_SwitchToThisWindow(HWND hWnd, BOOL fAlt) {
_FX void Gui_SwitchToThisWindow(HWND hWnd, BOOL fAlt) {
if (Gui_BlockInterferenceControl)
return;
__sys_SwitchToThisWindow(hWnd, fAlt);