(Win32) Fixup build

This commit is contained in:
twinaphex 2014-08-03 03:30:59 +02:00
parent 24b00e9f3c
commit b04c253c06

View File

@ -83,7 +83,7 @@ static void gfx_dwm_shutdown(void)
static void gfx_init_dwm(void)
{
static bool inited;
}
if (inited)
return;
inited = true;