Skip to content
Snippets Groups Projects
Commit 2a0290d5 authored by Jose Fonseca's avatar Jose Fonseca Committed by Emil Velikov
Browse files

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" <mesa-stable@lists.freedesktop.org>
Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
Reviewed-by: default avatarRoland Scheidegger <sroland@vmware.com>
(cherry picked from commit cb009bdd)
parent f77a97f0
No related branches found
No related tags found
Loading
......@@ -367,7 +367,6 @@ EXPORTS
wglUseFontBitmapsW
wglUseFontOutlinesA
wglUseFontOutlinesW
wglGetExtensionsStringARB
DrvCopyContext
DrvCreateContext
DrvCreateLayerContext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment