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

Francois Gouget fgouget at free.fr
Wed Jun 27 02:15:22 CDT 2012


---
 dlls/msvcp90/locale.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcp90/locale.c b/dlls/msvcp90/locale.c
index ee34d0c..d872962 100644
--- a/dlls/msvcp90/locale.c
+++ b/dlls/msvcp90/locale.c
@@ -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;
 
-- 
1.7.10



More information about the wine-patches mailing list