Matteo Bruni : d3dcompiler: Trace compilation messages.

Alexandre Julliard julliard at winehq.org
Wed May 16 14:22:38 CDT 2012


Module: wine
Branch: master
Commit: 47a7f7f13dbee2918a89b6d6c53a90066e07d49e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=47a7f7f13dbee2918a89b6d6c53a90066e07d49e

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Tue May 15 16:12:55 2012 +0200

d3dcompiler: Trace compilation messages.

---

 dlls/d3dcompiler_43/utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/d3dcompiler_43/utils.c b/dlls/d3dcompiler_43/utils.c
index f6a0bcc..4cbad5b 100644
--- a/dlls/d3dcompiler_43/utils.c
+++ b/dlls/d3dcompiler_43/utils.c
@@ -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;
         }




More information about the wine-cvs mailing list