mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
Fix Win32 build.
This commit is contained in:
parent
593bcf9b29
commit
8ac21493a1
@ -25,6 +25,11 @@
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "retroarch_logger.h"
|
||||
|
||||
#ifndef max
|
||||
|
Loading…
Reference in New Issue
Block a user