From: Karl Schultz Date: Thu, 20 Dec 2001 18:59:39 +0000 (+0000) Subject: Define finite as _finite for Windows. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2391f4cec627def55119738413592d8a1fbfc50f;p=mesa.git Define finite as _finite for Windows. --- diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index ed3f76ba6b4..e530cb62a00 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,4 +1,4 @@ -/* $Id: glheader.h,v 1.23 2001/10/17 13:31:07 brianp Exp $ */ +/* $Id: glheader.h,v 1.24 2001/12/20 18:59:39 kschultz Exp $ */ /* * Mesa 3-D graphics library @@ -76,6 +76,7 @@ #if defined(_WIN32) && !defined(__WIN32__) && !defined(__CYGWIN__) # define __WIN32__ +# define finite _finite #endif #if !defined(OPENSTEP) && (defined(__WIN32__) && !defined(__CYGWIN__))