[OPENGL32] Set the stdcall calling convention for wglGetDHGLRC(). CORE-11799 (#94)

This commit is contained in:
Amine Khaldi 2017-10-28 13:56:32 +01:00
parent 5bf1fbec49
commit 788efd34a8

View file

@ -43,7 +43,7 @@ static PVOID APIENTRY wglGetCurrentValue()
return IntGetCurrentICDPrivate(); return IntGetCurrentICDPrivate();
} }
static DHGLRC wglGetDHGLRC(struct wgl_context* context) static DHGLRC APIENTRY wglGetDHGLRC(struct wgl_context* context)
{ {
return context->dhglrc; return context->dhglrc;
} }