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

This commit is contained in:
Francois Gouget 2012-06-27 09:15:22 +02:00 committed by Alexandre Julliard
parent 4754a3d605
commit d16123919f
1 changed files with 2 additions and 2 deletions

View File

@ -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;