20 Aug
2010
20 Aug
'10
3:19 p.m.
Module: wine Branch: master Commit: 12d14c695f4abd948209086647be0e0cf3f567ce URL: http://source.winehq.org/git/wine.git/?a=commit;h=12d14c695f4abd948209086647... Author: Rico Schüller <kgbricola(a)web.de> Date: Thu Aug 19 21:33:32 2010 +0200 d3dcompiler: Add D3DCreateBlob() declaration. --- include/d3dcompiler.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/d3dcompiler.h b/include/d3dcompiler.h index 27ed290..1939124 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