Fix Win32 build.

This commit is contained in:
Themaister 2013-11-06 20:32:27 +01:00
parent 593bcf9b29
commit 8ac21493a1

View File

@ -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