mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Win32) Buildfix
This commit is contained in:
parent
fc9954d967
commit
75781bb256
@ -82,7 +82,7 @@ void ui_window_win32_set_droppable(void *data, bool droppable)
|
||||
bool ui_window_win32_focused(void *data)
|
||||
{
|
||||
ui_window_win32_t *window = (ui_window_win32_t*)data;
|
||||
return (GetForeGroundWindow() == window->hwnd);
|
||||
return (GetForegroundWindow() == window->hwnd);
|
||||
}
|
||||
|
||||
const ui_window_t ui_window_win32 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user