. Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility
authorKendall Bennett <KendallB@scitechsoft.com>
Thu, 11 Nov 1999 03:21:43 +0000 (03:21 +0000)
committerKendall Bennett <KendallB@scitechsoft.com>
Thu, 11 Nov 1999 03:21:43 +0000 (03:21 +0000)
commita73119234cc5d0b78ebd48c7bb7c43b755028836
tree779e6e58ebad86bfac8f0a25b17e33cd759f3fbc
parentcb5ecb883eb3be842ef44c61df8d4b527877c858
 . 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.
include/GL/gl.h
include/GL/glu.h
src/glu/mesa/nurbs.c
src/glu/mesa/nurbs.h
src/glu/mesa/quadric.c
src/glu/mesa/tess.c