From 8debb996a1e77403417f7d2e107c253dc10349d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 24 Aug 2013 18:16:47 +0200 Subject: [PATCH] Blame the right Windows header for these insane defines. Everyone is fired. --- src/Math/Matrix4.h | 2 +- src/SceneGraph/Camera3D.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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