mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-30 08:02:22 +00:00
(Win32) Buildfix
This commit is contained in:
parent
745b204a8f
commit
0c3bc35be1
@ -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…
x
Reference in New Issue
Block a user