mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(MSVC) Fix redefinition warning
This commit is contained in:
parent
01e100f6df
commit
13789a7233
@ -6,7 +6,9 @@
|
||||
#define _WIN32_WINNT 0x0500 //_WIN32_WINNT_WIN2K
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_IE
|
||||
#define _WIN32_IE 0x0300
|
||||
#endif
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user