Christian Costa : d3dcompiler_43: Turn FIXME into TRACE as D3DCompiler is no longer a stub.

Alexandre Julliard julliard at winehq.org
Fri Apr 26 11:21:21 CDT 2013


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

Author: Christian Costa <titan.costa at gmail.com>
Date:   Thu Apr 25 22:25:13 2013 +0200

d3dcompiler_43: Turn FIXME into TRACE as D3DCompiler is no longer a stub.

---

 dlls/d3dcompiler_43/compiler.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/d3dcompiler_43/compiler.c b/dlls/d3dcompiler_43/compiler.c
index 86e8b44..4942985 100644
--- a/dlls/d3dcompiler_43/compiler.c
+++ b/dlls/d3dcompiler_43/compiler.c
@@ -605,8 +605,8 @@ HRESULT WINAPI D3DCompile(const void *data, SIZE_T data_size, const char *filena
 {
     HRESULT hr;
 
-    FIXME("data %p, data_size %lu, filename %s, defines %p, include %p, entrypoint %s,\n"
-            "target %s, sflags %#x, eflags %#x, shader %p, error_messages %p stub!\n",
+    TRACE("data %p, data_size %lu, filename %s, defines %p, include %p, entrypoint %s,\n"
+            "target %s, sflags %#x, eflags %#x, shader %p, error_messages %p\n",
             data, data_size, debugstr_a(filename), defines, include, debugstr_a(entrypoint),
             debugstr_a(target), sflags, eflags, shader, error_messages);
 




More information about the wine-cvs mailing list