diff options
author | José Fonseca <[email protected]> | 2014-11-26 16:47:39 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2014-11-26 20:31:11 +0000 |
commit | cb009bdd44c41112a52fe643dfd323e351bb40b3 (patch) | |
tree | 099c0f65be7b2a59e0ff0047a8a1184911ab7a7e /src/gallium/state_trackers | |
parent | 5fdb6d683984ff44fca7d89e6716b1085970e993 (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]>
Diffstat (limited to 'src/gallium/state_trackers')
-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 |