[Mesa-dev] [PATCH 8/9] st/wgl: Don't export wglGetExtensionsStringARB.

jfonseca at vmware.com jfonseca at vmware.com
Wed Nov 26 10:47:30 PST 2014


From: José Fonseca <jfonseca at 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



More information about the mesa-dev mailing list