Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-02-19 08:46:27 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-02-19 08:46:27 +0300
commited0069cc25de6be6c25c6081efaf4cda8b0994e1 (patch)
treea7cbc936ceddf068b755eacd2bbc3eab88fb6ef5
parent19bb75795135f8196c1f4b589a8c133556fa48af (diff)
* include/Gl/glu (GLU_ERROR): Define.
Thanks to Philip Lamb <phil at rave dot co dot nz>
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/GL/glu.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 68ca50c94..ad6b0d975 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,10 @@
2004-02-19 Danny Smith <dannysmith@users.sourceforge.net>
+ * include/Gl/glu (GLU_ERROR): Define.
+ Thanks to Philip Lamb <phil at rave dot co dot nz>
+
+2004-02-19 Danny Smith <dannysmith@users.sourceforge.net>
+
* include/Gl/glu.h: Include <stddef.h>.
Thanks to Greg Couch <gregcouch@users.sourceforge.net>
diff --git a/winsup/w32api/include/GL/glu.h b/winsup/w32api/include/GL/glu.h
index 7cd81946d..40e5378a1 100644
--- a/winsup/w32api/include/GL/glu.h
+++ b/winsup/w32api/include/GL/glu.h
@@ -121,7 +121,7 @@ extern "C" {
#define GLU_SILHOUETTE 100013
/* QuadricCallback */
-/* GLU_ERROR */
+#define GLU_ERROR 100103
/* QuadricNormal */
#define GLU_SMOOTH 100000