From: José Fonseca Date: Wed, 26 Nov 2014 16:47:39 +0000 (+0000) Subject: st/wgl: Don't export wglGetExtensionsStringARB. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb009bdd44c41112a52fe643dfd323e351bb40b3;p=mesa.git st/wgl: Don't export wglGetExtensionsStringARB. It's not exported by the official opengl32.dll neither. Applications are supposed to get it via wglGetProcAddress(), not GetProcAddress(). Cc: "10.4" Reviewed-by: Brian Paul Reviewed-by: Roland Scheidegger --- diff --git a/src/gallium/state_trackers/wgl/opengl32.def b/src/gallium/state_trackers/wgl/opengl32.def index 01a29d0391d..c35c23b55e1 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