mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-08 17:28:20 +00:00
Improve cpplinq checks
On certain Windows header versions defining NOMINMAX doesn't work for some odd reason.
This commit is contained in:
parent
06217ad5e3
commit
bfa1f57158
2
thirdparty/cpplinq/cpplinq.hpp
vendored
2
thirdparty/cpplinq/cpplinq.hpp
vendored
@ -14,6 +14,8 @@
|
||||
#ifndef CPPLINQ__HEADER_GUARD
|
||||
# define CPPLINQ__HEADER_GUARD
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
#define NOMINMAX
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user