mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Added stub for undocumented 'wglGetDefaultProcAddress' function.
This commit is contained in:
parent
6552e83a2d
commit
55d4f93e2b
@ -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
|
||||
|
@ -18,6 +18,7 @@
|
||||
@ stub glGetLevelParameteriv
|
||||
@ stub wglUseFontBitmapsW
|
||||
@ stub wglUseFontOutlinesW
|
||||
@ stub wglGetDefaultProcAddress
|
||||
@ forward wglChoosePixelFormat GDI32.ChoosePixelFormat
|
||||
@ forward wglDescribePixelFormat GDI32.DescribePixelFormat
|
||||
@ forward wglGetPixelFormat GDI32.GetPixelFormat
|
||||
|
Loading…
Reference in New Issue
Block a user