d3dxof: Declare a function static.

oldstable
Andrew Talbot 2009-01-08 21:43:24 +00:00 committed by Alexandre Julliard
parent d1d5584299
commit 7a326f9405
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ static inline BOOL is_primitive_type(WORD token)
return ret;
}
BOOL parse_template_option_info(parse_buffer * buf)
static BOOL parse_template_option_info(parse_buffer * buf)
{
xtemplate* cur_template = &buf->pdxf->xtemplates[buf->pdxf->nb_xtemplates];