Module: wine Branch: master Commit: de154e738aeed2f20975d91ffeae40a33d65ff64 URL: http://source.winehq.org/git/wine.git/?a=commit;h=de154e738aeed2f20975d91ffe...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 12 17:59:44 2006 +0100
opengl32: Avoid generating a wrapper for internal functions when we can call the internal one directly.
---
dlls/opengl32/make_opengl | 92 ++++++++++++++++++------------------------- dlls/opengl32/opengl_ext.h | 8 ---- dlls/opengl32/opengl_norm.c | 74 ---------------------------------- dlls/opengl32/wgl.c | 91 ++++++++++++++++++++++++++++++++---------- 4 files changed, 108 insertions(+), 157 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=de154e738aeed2f20975d9...