Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1903 - in trunk: Core/Geometry Engine/Display


Chronological Thread 
  • From: arobison@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1903 - in trunk: Core/Geometry Engine/Display
  • Date: Mon, 3 Dec 2007 23:38:39 -0700 (MST)

Author: arobison
Date: Mon Dec  3 23:38:37 2007
New Revision: 1903

Modified:
   trunk/Core/Geometry/BBox.h
   trunk/Engine/Display/PureOpenGLDisplay.h
Log:
Fixing a few WIN32_LEAN_AND_MEAN defines.


Modified: trunk/Core/Geometry/BBox.h
==============================================================================
--- trunk/Core/Geometry/BBox.h  (original)
+++ trunk/Core/Geometry/BBox.h  Mon Dec  3 23:38:37 2007
@@ -4,7 +4,6 @@
 
 #include <Core/Geometry/Vector.h>
 #include <Core/Math/Expon.h>
-#define WIN32_LEAN_AND_MEAN
 #include <limits>
 
 namespace Manta {

Modified: trunk/Engine/Display/PureOpenGLDisplay.h
==============================================================================
--- trunk/Engine/Display/PureOpenGLDisplay.h    (original)
+++ trunk/Engine/Display/PureOpenGLDisplay.h    Mon Dec  3 23:38:37 2007
@@ -35,6 +35,7 @@
 #include <OpenGL/gl.h>
 #else
 #ifdef _WIN32
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #endif
 #include <GL/gl.h>




  • [Manta] r1903 - in trunk: Core/Geometry Engine/Display, arobison, 12/04/2007

Archive powered by MHonArc 2.6.16.

Top of page