Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r343 - trunk/SCIRun/include


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r343 - trunk/SCIRun/include
  • Date: Tue, 24 May 2005 16:30:57 -0600 (MDT)

Author: bigler
Date: Tue May 24 16:30:55 2005
New Revision: 343

Modified:
   trunk/SCIRun/include/sci_values.h
Log:
Cygwin should include float.h instead of values.h

Modified: trunk/SCIRun/include/sci_values.h
==============================================================================
--- trunk/SCIRun/include/sci_values.h   (original)
+++ trunk/SCIRun/include/sci_values.h   Tue May 24 16:30:55 2005
@@ -38,7 +38,7 @@
 #if !defined(SCI_VALUES_H)
 #define SCI_VALUES_H
 
-#if defined( __APPLE__) || defined(_WIN32)
+#if defined( __APPLE__) || defined(_WIN32) || defined(__CYGWIN__)
 
 #include <float.h>
 #define MAXDOUBLE DBL_MAX




  • [MANTA] r343 - trunk/SCIRun/include, bigler, 05/24/2005

Archive powered by MHonArc 2.6.16.

Top of page