mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[OPENGL32] Set the stdcall calling convention for wglGetDHGLRC(). CORE-11799 (#94)
This commit is contained in:
parent
5bf1fbec49
commit
788efd34a8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static PVOID APIENTRY wglGetCurrentValue()
|
|||
return IntGetCurrentICDPrivate();
|
||||
}
|
||||
|
||||
static DHGLRC wglGetDHGLRC(struct wgl_context* context)
|
||||
static DHGLRC APIENTRY wglGetDHGLRC(struct wgl_context* context)
|
||||
{
|
||||
return context->dhglrc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue