mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 05:56:07 +00:00
(win32_common.c) Don't use _WIN32 ifdef
This commit is contained in:
parent
421e006297
commit
7f4ddc6775
@ -16,7 +16,7 @@
|
||||
#include "../../general.h"
|
||||
#include "win32_common.h"
|
||||
|
||||
#if !defined(_XBOX) && defined(_WIN32)
|
||||
#if !defined(_XBOX)
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0500 //_WIN32_WINNT_WIN2K
|
||||
|
Loading…
x
Reference in New Issue
Block a user