Francois Gouget : msvcp90: Make numpunct_char_use_facet() static.
Module: wine Branch: master Commit: 98748efbf5cf57272dc469ad678fc46625392747 URL: http://source.winehq.org/git/wine.git/?a=commit;h=98748efbf5cf57272dc469ad67... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Jun 26 12:32:56 2012 +0200 msvcp90: Make numpunct_char_use_facet() static. --- dlls/msvcp90/locale.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c index 01fb1a6..2c16147 100644 --- a/dlls/msvcp90/locale.c +++ b/dlls/msvcp90/locale.c @@ -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;
participants (1)
-
Alexandre Julliard