Commit 3133b71e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dx9_36: Make assemble_shader() static.

parent e6b907b7
......@@ -382,7 +382,7 @@ static int wpp_close_output(void)
return 1;
}
HRESULT assemble_shader(const char *preprocShader, const char *preprocMessages,
static HRESULT assemble_shader(const char *preprocShader, const char *preprocMessages,
LPD3DXBUFFER* ppShader, LPD3DXBUFFER* ppErrorMsgs)
{
struct bwriter_shader *shader;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment