winex11.drv: Fixed build without OpenGL headers.
This commit is contained in:
parent
55f25b712d
commit
7dd0eaa904
|
@ -2841,7 +2841,7 @@ PROC X11DRV_wglGetProcAddress(LPCSTR lpszProc) {
|
||||||
return NULL;
|
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");
|
ERR_(opengl)("No OpenGL support compiled in.\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue