MSVC2010 buildfix

This commit is contained in:
twinaphex 2020-02-17 22:19:22 +01:00
parent e3af337a78
commit f4dd0f27ed

View File

@ -2613,6 +2613,7 @@ gfx_animation_ctx_tag gfx_widgets_generic_tag = (uintptr_t) &gfx_widgets_inited;
static bool gfx_widgets_paused = false;
static bool gfx_widgets_fast_forward = false;
static bool gfx_widgets_rewinding = false;
#endif
bool gfx_widgets_ready(void)
{
@ -2622,7 +2623,6 @@ bool gfx_widgets_ready(void)
return false;
#endif
}
#endif
#ifdef HAVE_MENU
/* MENU INPUT GLOBAL VARIABLES */