msvcp90: Make numpunct_char_use_facet() static.

This commit is contained in:
Francois Gouget 2012-06-26 12:32:56 +02:00 committed by Alexandre Julliard
parent 6bacd9559f
commit 98748efbf5

View file

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