mirror of
https://github.com/reactos/reactos.git
synced 2024-11-28 14:03:37 +08:00
[OPENGL32] Set the stdcall calling convention for wglGetDHGLRC(). CORE-11799 (#94)
This commit is contained in:
parent
5bf1fbec49
commit
788efd34a8
@ -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 New Issue
Block a user