From cb009bdd44c41112a52fe643dfd323e351bb40b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 26 Nov 2014 16:47:39 +0000 Subject: [PATCH] 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 --- 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 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 -- 2.30.2