Commit 0d9f044d authored by Daniel Lehman's avatar Daniel Lehman Committed by Alexandre Julliard

gdi32: Trace more in CreateEnhMetaFileW.

parent 252051cb
......@@ -319,7 +319,7 @@ HDC WINAPI CreateEnhMetaFileW(
DWORD size = 0, length = 0;
DWORD bytes_written;
TRACE("%s\n", debugstr_w(filename) );
TRACE("(%p %s %s %s)\n", hdc, debugstr_w(filename), wine_dbgstr_rect(rect), debugstr_w(description) );
if (!(dc = alloc_dc_ptr( OBJ_ENHMETADC ))) return 0;
......
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