From d16aa9859c9f5a3a7bf74a13dbbdd20688d3ad84 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 16 Dec 2004 00:23:47 +0000 Subject: Also PUBLICize the config option table --- src/mesa/drivers/dri/tdfx/tdfx_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/tdfx/tdfx_context.c') diff --git a/src/mesa/drivers/dri/tdfx/tdfx_context.c b/src/mesa/drivers/dri/tdfx/tdfx_context.c index 683c9bd5f2..c1491ce472 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_context.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_context.c @@ -61,7 +61,7 @@ #include "utils.h" -const char __driConfigOptions[] = { 0 }; +PUBLIC const char __driConfigOptions[] = { 0 }; const GLuint __driNConfigOptions = 0; /** -- cgit v1.2.3