Commit 98748efb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcp90: Make numpunct_char_use_facet() static.

parent 6bacd955
......@@ -3445,7 +3445,7 @@ MSVCP_size_t __cdecl numpunct_char__Getcat(const locale_facet **facet, const loc
return LC_NUMERIC;
}
numpunct_char* numpunct_char_use_facet(const locale *loc)
static numpunct_char* numpunct_char_use_facet(const locale *loc)
{
static numpunct_char *obj = NULL;
......
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