mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
Don't use _WIN32 ifdef in platform_win32.c
This commit is contained in:
parent
43632b95ff
commit
90be3f052f
@ -27,7 +27,6 @@
|
|||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include "../../menu/menu.h"
|
#include "../../menu/menu.h"
|
||||||
|
|
||||||
#if defined(_WIN32)
|
|
||||||
/* We only load this library once, so we let it be
|
/* We only load this library once, so we let it be
|
||||||
* unloaded at application shutdown, since unloading
|
* unloaded at application shutdown, since unloading
|
||||||
* it early seems to cause issues on some systems.
|
* 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");
|
RARCH_ERR("Failed to set composition state ...\n");
|
||||||
dwm_composition_disabled = settings->video.disable_composition;
|
dwm_composition_disabled = settings->video.disable_composition;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static void frontend_win32_get_os(char *s, size_t len, int *major, int *minor)
|
static void frontend_win32_get_os(char *s, size_t len, int *major, int *minor)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user