mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 20:48:08 -05:00
Common: Remove many unnecessary cross-platform compatibility macros
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
#include "common/assert.h"
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1800 // MSVC 2013.
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h> // For QueryPerformanceCounter/Frequency
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user