Commit 80560929 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Prefix [putref] property names with putref_.

parent 8f3b9d50
......@@ -105,6 +105,8 @@ void write_name(FILE *h, var_t *v)
fprintf(h, "get_" );
else if (is_attr( v->attrs, ATTR_PROPPUT ))
fprintf(h, "put_" );
else if (is_attr( v->attrs, ATTR_PROPPUTREF ))
fprintf(h, "putref_" );
fprintf(h, "%s", v->name);
}
......
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