summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKendall Bennett <KendallB@scitechsoft.com>1999-11-11 03:21:43 +0000
committerKendall Bennett <KendallB@scitechsoft.com>1999-11-11 03:21:43 +0000
commit3695905d3b5c9191ab8c53fe28bbedadc86931a5 (patch)
treea21343d3f909f2f77260c4e0fb4b1c24d09b987b /include
parent391df44673bc8ca95a2e5cac9f6f45f3fa46a78e (diff)
downloadglu-3695905d3b5c9191ab8c53fe28bbedadc86931a5.tar.gz
. Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility
with the IBM VisualAge C++ compiler. Eventually some more code will be needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall) for the IBM compilers, however we currently build using our own header files that already handle this. . Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility with the IBM VisualAge C++ compiler in src-glu. . Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles with 0 warnings now. . tess_hash.c: line 244 - Why is this function stubbed out? I removed the code with a #if 0 to avoid a compiler warning, but it looks dangerous.
Diffstat (limited to 'include')
-rw-r--r--include/GL/glu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index bfb9e90..1fb396b 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -1,4 +1,4 @@
-/* $Id: glu.h,v 1.15 1999/11/11 01:27:17 brianp Exp $ */
+/* $Id: glu.h,v 1.16 1999/11/11 03:21:43 kendallb Exp $ */
/*
* Mesa 3-D graphics library
@@ -134,7 +134,7 @@ extern "C" {
/* NURBS */
#define GLU_AUTO_LOAD_MATRIX 100200
#define GLU_CULLING 100201
-#define GLU_PARAMETRIC_TOLERANC 100202
+#define GLU_PARAMETRIC_TOLERANCE 100202
#define GLU_SAMPLING_TOLERANCE 100203
#define GLU_DISPLAY_MODE 100204
#define GLU_SAMPLING_METHOD 100205