From: José Fonseca <jfons...@vmware.com>

It's not exported by the official opengl32.dll neither.  Applications are
supposed to get it via wglGetProcAddress(), not GetProcAddress().
---
 src/gallium/state_trackers/wgl/opengl32.def | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/state_trackers/wgl/opengl32.def 
b/src/gallium/state_trackers/wgl/opengl32.def
index 01a29d0..c35c23b 100644
--- a/src/gallium/state_trackers/wgl/opengl32.def
+++ b/src/gallium/state_trackers/wgl/opengl32.def
@@ -367,7 +367,6 @@ EXPORTS
        wglUseFontBitmapsW
        wglUseFontOutlinesA
        wglUseFontOutlinesW
-       wglGetExtensionsStringARB
        DrvCopyContext
        DrvCreateContext
        DrvCreateLayerContext
-- 
1.9.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to