mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
Improve cpplinq checks
On certain Windows header versions defining NOMINMAX doesn't work for some odd reason.
This commit is contained in:
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
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user