diff options
author | José Fonseca <[email protected]> | 2014-11-26 16:47:39 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-11-28 17:28:28 +0000 |
commit | 2a0290d5f54a91d14ff3697a120a2dcdec01afea (patch) | |
tree | 868c2ae5d9663c0e74fd57252e3febf850db8f59 /src/gallium | |
parent | f77a97f057a87e91ce249da93e723728c9a7b6c6 (diff) |
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" <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
(cherry picked from commit cb009bdd44c41112a52fe643dfd323e351bb40b3)
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/state_trackers/wgl/opengl32.def | 1 |
1 files changed, 0 insertions, 1 deletions
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 |