replace GLAPI w/ static and init var to 0 (Michel Donais)

This commit is contained in:
Brian Paul 2006-09-15 19:00:37 +00:00
parent 54d3ab4878
commit 8636981646

View file

@ -6597,7 +6597,7 @@ typedef void (GLAPIENTRY *TexImage3Dproc)( GLenum target, GLint level,
GLenum format, GLenum type,
const GLvoid *pixels );
GLAPI TexImage3Dproc pTexImage3D;
static TexImage3Dproc pTexImage3D = 0;
#ifndef _WIN32
# include <dlfcn.h>