From 55d4f93e2bccc82c381e446a00d433a469d9c168 Mon Sep 17 00:00:00 2001 From: Lionel Ulmer Date: Tue, 11 Feb 2003 22:13:54 +0000 Subject: [PATCH] Added stub for undocumented 'wglGetDefaultProcAddress' function. --- dlls/opengl32/make_opengl | 1 + dlls/opengl32/opengl32.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/dlls/opengl32/make_opengl b/dlls/opengl32/make_opengl index 990e9c0c49d..1c141918226 100755 --- a/dlls/opengl32/make_opengl +++ b/dlls/opengl32/make_opengl @@ -512,6 +512,7 @@ print SPEC "init OpenGL32_Init @ stub glGetLevelParameteriv @ stub wglUseFontBitmapsW @ stub wglUseFontOutlinesW +@ stub wglGetDefaultProcAddress @ forward wglChoosePixelFormat GDI32.ChoosePixelFormat @ forward wglDescribePixelFormat GDI32.DescribePixelFormat @ forward wglGetPixelFormat GDI32.GetPixelFormat diff --git a/dlls/opengl32/opengl32.spec b/dlls/opengl32/opengl32.spec index 3a61a7ebc93..0f85bc057dc 100644 --- a/dlls/opengl32/opengl32.spec +++ b/dlls/opengl32/opengl32.spec @@ -18,6 +18,7 @@ @ stub glGetLevelParameteriv @ stub wglUseFontBitmapsW @ stub wglUseFontOutlinesW +@ stub wglGetDefaultProcAddress @ forward wglChoosePixelFormat GDI32.ChoosePixelFormat @ forward wglDescribePixelFormat GDI32.DescribePixelFormat @ forward wglGetPixelFormat GDI32.GetPixelFormat -- 2.11.4.GIT