gdi32: Print the function name in wglGetProcAddress.
This commit is contained in:
parent
49c635094b
commit
e6f6d5fe95
|
@ -285,7 +285,7 @@ PROC WINAPI wglGetProcAddress(LPCSTR func)
|
|||
if(!func)
|
||||
return NULL;
|
||||
|
||||
TRACE("func: '%p'\n", func);
|
||||
TRACE("func: '%s'\n", func);
|
||||
|
||||
/* Retrieve the global hDC to get access to the driver. */
|
||||
dc = OPENGL_GetDefaultDC();
|
||||
|
|
Loading…
Reference in New Issue