Commit d1612391 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcp90: Make a couple more numpunct_*_use_facet() functions static.

parent 4754a3d6
......@@ -3801,7 +3801,7 @@ MSVCP_size_t __cdecl numpunct_wchar__Getcat(const locale_facet **facet, const lo
return LC_NUMERIC;
}
numpunct_wchar* numpunct_wchar_use_facet(const locale *loc)
static numpunct_wchar* numpunct_wchar_use_facet(const locale *loc)
{
static numpunct_wchar *obj = NULL;
......@@ -3847,7 +3847,7 @@ MSVCP_size_t __cdecl numpunct_short__Getcat(const locale_facet **facet, const lo
return LC_NUMERIC;
}
numpunct_wchar* numpunct_short_use_facet(const locale *loc)
static numpunct_wchar* numpunct_short_use_facet(const locale *loc)
{
static numpunct_wchar *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