d3dcompiler: Add D3DCreateBlob() declaration.

oldstable
Rico Schüller 2010-08-19 21:33:32 +02:00 committed by Alexandre Julliard
parent 0fa0d17d67
commit 12d14c695f
1 changed files with 2 additions and 0 deletions

View File

@ -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