Alexandre Julliard : d3dcompiler: Specify arguments for stub entry points that are used in forwards.

Alexandre Julliard julliard at winehq.org
Tue May 3 13:30:57 CDT 2011


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May  3 14:23:45 2011 +0200

d3dcompiler: Specify arguments for stub entry points that are used in forwards.

---

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

diff --git a/dlls/d3dcompiler_43/d3dcompiler_43.spec b/dlls/d3dcompiler_43/d3dcompiler_43.spec
index d7e0305..6cbee43 100644
--- a/dlls/d3dcompiler_43/d3dcompiler_43.spec
+++ b/dlls/d3dcompiler_43/d3dcompiler_43.spec
@@ -4,8 +4,8 @@
 @ stub D3DCompressShaders
 @ stdcall D3DCreateBlob(long ptr)
 @ stub D3DDecompressShaders
-@ stub D3DDisassemble10Effect
-@ stub D3DDisassemble
+@ stub D3DDisassemble10Effect(ptr long ptr)
+@ stub D3DDisassemble(ptr long long ptr ptr)
 @ stdcall D3DGetBlobPart(ptr long long long ptr)
 @ stdcall D3DGetDebugInfo(ptr long ptr)
 @ stdcall D3DGetInputAndOutputSignatureBlob(ptr long ptr)




More information about the wine-cvs mailing list