mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Win32) Buildfix
This commit is contained in:
parent
745b204a8f
commit
0c3bc35be1
@ -25,6 +25,8 @@
|
|||||||
#include "../../tasks/tasks_internal.h"
|
#include "../../tasks/tasks_internal.h"
|
||||||
#include "../../core_info.h"
|
#include "../../core_info.h"
|
||||||
|
|
||||||
|
#include "../../ui/drivers/win32/ui_win32_window.h"
|
||||||
|
|
||||||
#if !defined(_XBOX)
|
#if !defined(_XBOX)
|
||||||
|
|
||||||
#define IDI_ICON 1
|
#define IDI_ICON 1
|
||||||
@ -741,7 +743,7 @@ bool win32_has_focus(void)
|
|||||||
|
|
||||||
HWND win32_get_window(void)
|
HWND win32_get_window(void)
|
||||||
{
|
{
|
||||||
return main-window.hwnd;
|
return main_window.hwnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
void win32_window_reset(void)
|
void win32_window_reset(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user