|
From: <mk...@us...> - 2003-04-10 01:32:20
|
Update of /cvsroot/csp/THIRDPARTYLIBS/demeter In directory sc8-pr-cvs1:/tmp/cvs-serv11778 Modified Files: Terrain.h Log Message: added GLAPIENTRY definition Index: Terrain.h =================================================================== RCS file: /cvsroot/csp/THIRDPARTYLIBS/demeter/Terrain.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Terrain.h 6 Apr 2003 10:39:18 -0000 1.4 --- Terrain.h 10 Apr 2003 01:32:17 -0000 1.5 *************** *** 51,54 **** --- 51,55 ---- #endif + typedef unsigned char Uint8; typedef signed char Sint8; *************** *** 82,85 **** --- 83,90 ---- #endif + // not all gl implementations seem to know about this + #ifndef GLAPIENTRY + #define GLAPIENTRY + #endif #define MAX_VERTICES_PER_FAN 10 |