mirror of https://github.com/AxioDL/zeus.git
Windows fix
This commit is contained in:
parent
a13928491e
commit
f075c38a4c
|
@ -1,6 +1,8 @@
|
|||
#ifndef MATH_HPP
|
||||
#define MATH_HPP
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue