Create stub GetForegroundWindow function for Xbox

This commit is contained in:
twinaphex 2016-06-04 17:18:20 +02:00
parent abbd39fc6e
commit b5830de236
1 changed files with 5 additions and 0 deletions

View File

@ -735,6 +735,11 @@ static HANDLE GetFocus(void)
return main_window.hwnd;
}
static HWND GetForegroundWindow(void)
{
return main_window.hwnd;
}
BOOL IsIconic(HWND hwnd)
{
return FALSE;