Fixed multiple instances when one is minimized

This commit is contained in:
pagefault
2001-06-13 20:33:33 +00:00
parent 9451d25b19
commit ae665b52ed

View File

@@ -468,6 +468,7 @@ int RegisterWinClass(void)
if (hFindWindow != NULL) if (hFindWindow != NULL)
{ {
ShowWindow(hFindWindow, SW_SHOWNORMAL);
SetForegroundWindow(hFindWindow); SetForegroundWindow(hFindWindow);
DosExit(); DosExit();
} }