From 90be3f052fd414548265d507835601ddffe07eda Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 5 Sep 2015 14:36:56 +0200 Subject: [PATCH] Don't use _WIN32 ifdef in platform_win32.c --- frontend/drivers/platform_win32.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/drivers/platform_win32.c b/frontend/drivers/platform_win32.c index d68633ee39..c25459ae08 100644 --- a/frontend/drivers/platform_win32.c +++ b/frontend/drivers/platform_win32.c @@ -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) {