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
|
#ifndef MATH_HPP
|
||||||
#define MATH_HPP
|
#define MATH_HPP
|
||||||
|
|
||||||
|
#undef min
|
||||||
|
#undef max
|
||||||
#ifndef NOMINMAX
|
#ifndef NOMINMAX
|
||||||
#define NOMINMAX 1
|
#define NOMINMAX 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue