projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc00cbe
)
Define finite as _finite for Windows.
author
Karl Schultz
<kschultz@freedesktop.org>
Thu, 20 Dec 2001 18:59:39 +0000
(18:59 +0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Thu, 20 Dec 2001 18:59:39 +0000
(18:59 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index ed3f76ba6b4ad76282faf13895a5873a05141955..e530cb62a00a4839fa0164c78640988ec596b44e 100644
(file)
--- a/
src/mesa/main/glheader.h
+++ b/
src/mesa/main/glheader.h
@@
-1,4
+1,4
@@
-/* $Id: glheader.h,v 1.2
3 2001/10/17 13:31:07 brianp
Exp $ */
+/* $Id: glheader.h,v 1.2
4 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__))