Rico Schüller : d3d10: Forward D3D10CreateBlob to d3dcompiler_43.dll.

Alexandre Julliard julliard at winehq.org
Tue Aug 17 11:31:09 CDT 2010


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

Author: Rico Schüller <kgbricola at web.de>
Date:   Sun Aug 15 17:05:43 2010 +0200

d3d10: Forward D3D10CreateBlob to d3dcompiler_43.dll.

---

 dlls/d3d10/d3d10.spec |    2 +-
 include/d3d10misc.h   |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d10/d3d10.spec b/dlls/d3d10/d3d10.spec
index 97ac7a9..e108a5c 100644
--- a/dlls/d3d10/d3d10.spec
+++ b/dlls/d3d10/d3d10.spec
@@ -1,6 +1,6 @@
 @ stub D3D10CompileEffectFromMemory
 @ stub D3D10CompileShader
-@ stub D3D10CreateBlob
+@ stdcall D3D10CreateBlob(long ptr) d3dcompiler_43.D3DCreateBlob
 @ stdcall D3D10CreateDevice(ptr long ptr long long ptr)
 @ stdcall D3D10CreateDeviceAndSwapChain(ptr long ptr long long ptr ptr ptr)
 @ stdcall D3D10CreateEffectFromMemory(ptr long long ptr ptr ptr)
diff --git a/include/d3d10misc.h b/include/d3d10misc.h
index 58a6d26..9f7f8e9 100644
--- a/include/d3d10misc.h
+++ b/include/d3d10misc.h
@@ -39,6 +39,8 @@ HRESULT WINAPI D3D10CreateDeviceAndSwapChain(IDXGIAdapter *adapter, D3D10_DRIVER
         HMODULE swrast, UINT flags, UINT sdk_version, DXGI_SWAP_CHAIN_DESC *swapchain_desc,
         IDXGISwapChain **swapchain, ID3D10Device **device);
 
+HRESULT WINAPI D3D10CreateBlob(SIZE_T data_size, ID3D10Blob **blob);
+
 #ifdef __cplusplus
 }
 #endif




More information about the wine-cvs mailing list