mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Define NOMINMAX before win includes.
Prevents some pollution when not including other files.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "base/functional.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#if defined(__FreeBSD__) || defined(__SYMBIAN32__)
|
||||
|
||||
Reference in New Issue
Block a user