mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-01 16:15:35 +00:00
(Win32) Buildfix
This commit is contained in:
parent
be08e07a66
commit
5cf1b4b233
@ -41,6 +41,8 @@
|
||||
#include <retro_inline.h>
|
||||
#include <file/file_path.h>
|
||||
|
||||
#include "ui_win32_window.h"
|
||||
|
||||
#include "../../ui_companion_driver.h"
|
||||
#include "../../../driver.h"
|
||||
#include "../../../runloop.h"
|
||||
@ -49,7 +51,7 @@
|
||||
void ui_window_win32_destroy(void *data)
|
||||
{
|
||||
ui_window_win32_t *window = (ui_window_win32_t*)data;
|
||||
DestroyWindow(hwnd);
|
||||
DestroyWindow(window->hwnd);
|
||||
}
|
||||
|
||||
void ui_window_win32_set_visible(void *data,
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#icnlude "../../ui_companion_driver.h"
|
||||
#include "../../ui_companion_driver.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
|
0
ui/drivers/win32/win32_window.c
Normal file
0
ui/drivers/win32/win32_window.c
Normal file
Loading…
x
Reference in New Issue
Block a user