winex11.drv: Fixed build without OpenGL headers.

This commit is contained in:
Alexandre Julliard 2006-11-06 15:40:01 +01:00
parent 55f25b712d
commit 7dd0eaa904
1 changed files with 1 additions and 1 deletions

View File

@ -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;