mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Buildfix
This commit is contained in:
parent
2d649f5147
commit
24688469b0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ static BOOL CALLBACK win32_monitor_enum_proc(HMONITOR hMonitor,
|
|||
void win32_monitor_from_window(void)
|
||||
{
|
||||
#ifndef _XBOX
|
||||
win32_monitor_last = MonitorFromWindow(&main_window->hwnd, MONITOR_DEFAULTTONEAREST);
|
||||
win32_monitor_last = MonitorFromWindow(main_window.hwnd, MONITOR_DEFAULTTONEAREST);
|
||||
ui_window_win32_destroy(&main_window);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue