mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
d3dx9_36: Make assemble_shader() static.
This commit is contained in:
parent
e6b907b7b3
commit
3133b71e92
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user