Don't use _WIN32 ifdef in platform_win32.c

This commit is contained in:
twinaphex 2015-09-05 14:36:56 +02:00
parent 43632b95ff
commit 90be3f052f

View File

@ -27,7 +27,6 @@
#include "../../general.h"
#include "../../menu/menu.h"
#if defined(_WIN32)
/* We only load this library once, so we let it be
* unloaded at application shutdown, since unloading
* it early seems to cause issues on some systems.
@ -95,7 +94,6 @@ static void gfx_set_dwm(void)
RARCH_ERR("Failed to set composition state ...\n");
dwm_composition_disabled = settings->video.disable_composition;
}
#endif
static void frontend_win32_get_os(char *s, size_t len, int *major, int *minor)
{