Browse Source

Blame the right Windows header for these insane defines.

Everyone is fired.
pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
8debb996a1
  1. 2
      src/Math/Matrix4.h
  2. 2
      src/SceneGraph/Camera3D.h

2
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

2
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

Loading…
Cancel
Save