Commit e6f6d5fe authored by Roderick Colenbrander's avatar Roderick Colenbrander Committed by Alexandre Julliard

gdi32: Print the function name in wglGetProcAddress.

parent 49c63509
......@@ -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();
......
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