Commit 7dd0eaa9 authored by Alexandre Julliard's avatar Alexandre Julliard

winex11.drv: Fixed build without OpenGL headers.

parent 55f25b71
......@@ -2841,7 +2841,7 @@ PROC X11DRV_wglGetProcAddress(LPCSTR lpszProc) {
return NULL;
}
HDC X11DRV_wglGetPbufferDCARB(X11DRV_PDEVICE *hDevice, HPBUFFERARB hPbuffer)
HDC X11DRV_wglGetPbufferDCARB(X11DRV_PDEVICE *hDevice, void *hPbuffer)
{
ERR_(opengl)("No OpenGL support compiled in.\n");
return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment