projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fdb6d6
)
st/wgl: Don't export wglGetExtensionsStringARB.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 26 Nov 2014 16:47:39 +0000
(16:47 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 26 Nov 2014 20:31:11 +0000
(20:31 +0000)
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: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/state_trackers/wgl/opengl32.def
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/wgl/opengl32.def
b/src/gallium/state_trackers/wgl/opengl32.def
index 01a29d0391d7993629045277089d75ded5ce4fc9..c35c23b55e113d76887836e82e91bdae28baef36 100644
(file)
--- 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