d3dcompiler: Trace compilation messages.

This commit is contained in:
Matteo Bruni 2012-05-15 16:12:55 +02:00 committed by Alexandre Julliard
parent 14ec785fc3
commit 47a7f7f13d

View file

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