d3dcompiler: Add D3DReflect() stub.
diff --git a/include/d3dcompiler.h b/include/d3dcompiler.h
index c3bdb53..43af264 100644
--- a/include/d3dcompiler.h
+++ b/include/d3dcompiler.h
@@ -77,6 +77,8 @@
HRESULT WINAPI D3DGetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
HRESULT WINAPI D3DGetDebugInfo(const void *data, SIZE_T data_size, ID3DBlob **blob);
+HRESULT WINAPI D3DReflect(const void *data, SIZE_T data_size, REFIID riid, void **reflector);
+
HRESULT WINAPI D3DCreateBlob(SIZE_T data_size, ID3DBlob **blob);
HRESULT WINAPI D3DPreprocess(const void *data, SIZE_T size, const char *filename,