From 12d14c695f4abd948209086647be0e0cf3f567ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rico=20Sch=C3=BCller?= Date: Thu, 19 Aug 2010 21:33:32 +0200 Subject: [PATCH] d3dcompiler: Add D3DCreateBlob() declaration. --- include/d3dcompiler.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/d3dcompiler.h b/include/d3dcompiler.h index 27ed29020af..1939124d9b7 100644 --- a/include/d3dcompiler.h +++ b/include/d3dcompiler.h @@ -41,4 +41,6 @@ #define D3DCOMPILE_OPTIMIZATION_LEVEL3 0x8000 #define D3DCOMPILE_WARNINGS_ARE_ERRORS 0x40000 +HRESULT WINAPI D3DCreateBlob(SIZE_T data_size, ID3DBlob **blob); + #endif