mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Win32) Buildfix
This commit is contained in:
parent
745b204a8f
commit
0c3bc35be1
1 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,8 @@
|
|||
#include "../../tasks/tasks_internal.h"
|
||||
#include "../../core_info.h"
|
||||
|
||||
#include "../../ui/drivers/win32/ui_win32_window.h"
|
||||
|
||||
#if !defined(_XBOX)
|
||||
|
||||
#define IDI_ICON 1
|
||||
|
@ -741,7 +743,7 @@ bool win32_has_focus(void)
|
|||
|
||||
HWND win32_get_window(void)
|
||||
{
|
||||
return main-window.hwnd;
|
||||
return main_window.hwnd;
|
||||
}
|
||||
|
||||
void win32_window_reset(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue