mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +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 "../../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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user