mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Win32) g_quit no longer has to be exposed outside
This commit is contained in:
parent
bb99dc4e38
commit
daaabaa663
@ -49,7 +49,7 @@ static unsigned g_pos_x = CW_USEDEFAULT;
|
|||||||
static unsigned g_pos_y = CW_USEDEFAULT;
|
static unsigned g_pos_y = CW_USEDEFAULT;
|
||||||
static bool g_resized;
|
static bool g_resized;
|
||||||
bool g_inited;
|
bool g_inited;
|
||||||
bool g_quit;
|
static bool g_quit;
|
||||||
static HWND g_hwnd;
|
static HWND g_hwnd;
|
||||||
|
|
||||||
extern void *dinput_wgl;
|
extern void *dinput_wgl;
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
extern unsigned g_resize_width;
|
extern unsigned g_resize_width;
|
||||||
extern unsigned g_resize_height;
|
extern unsigned g_resize_height;
|
||||||
extern bool g_quit;
|
|
||||||
extern bool g_inited;
|
extern bool g_inited;
|
||||||
extern bool g_restore_desktop;
|
extern bool g_restore_desktop;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user