This commit is contained in:
twinaphex 2017-06-28 06:26:56 +02:00
parent 8fbcf34e02
commit 17d699c75b

View File

@ -24,14 +24,6 @@
#define __RARCH_MISCELLANEOUS_H
#include <stdint.h>
#if defined(_WIN32) && !defined(_XBOX)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#elif defined(_WIN32) && defined(_XBOX)
#include <Xtl.h>
#endif
#include <limits.h>
#ifdef _MSC_VER