mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-05-08 11:09:28 -05:00
Improve cpplinq checks
On certain Windows header versions defining NOMINMAX doesn't work for some odd reason.
This commit is contained in:
Vendored
+2
@@ -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