[OPENGL32] Set the stdcall calling convention for wglGetDHGLRC(). CORE-11799 (#94)
[reactos.git] / dll / opengl / opengl32 / icdload.c
index 1215e10..0f4c65a 100644 (file)
@@ -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;
 }