diff --git a/src/Math/Matrix4.h b/src/Math/Matrix4.h index be00c05f3..3653f480f 100644 --- a/src/Math/Matrix4.h +++ b/src/Math/Matrix4.h @@ -31,7 +31,7 @@ #include "Math/Matrix.h" #include "Math/Vector4.h" -#ifdef _WIN32 /* I so HATE windows.h */ +#ifdef _WIN32 /* I so HATE windef.h */ #undef near #undef far #endif diff --git a/src/SceneGraph/Camera3D.h b/src/SceneGraph/Camera3D.h index 2b1c430e1..ac18cd66f 100644 --- a/src/SceneGraph/Camera3D.h +++ b/src/SceneGraph/Camera3D.h @@ -30,7 +30,7 @@ #include "AbstractCamera.h" -#ifdef _WIN32 /* I so HATE windows.h */ +#ifdef _WIN32 /* I so HATE windef.h */ #undef near #undef far #endif