Commit 47a7f7f1 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

d3dcompiler: Trace compilation messages.

parent 14ec785f
......@@ -753,6 +753,7 @@ void compilation_message(struct compilation_messages *msg, const char *fmt, va_l
}
else
{
TRACE("%s", msg->string + msg->size);
msg->size += rc;
return;
}
......
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