msvcp60: Make num_put_wchar_use_facet() static.

Francois Gouget fgouget at free.fr
Fri Mar 13 04:51:21 CDT 2015


---
 dlls/msvcp60/locale.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp60/locale.c b/dlls/msvcp60/locale.c
index 6bbd151..0c05c0e 100644
--- a/dlls/msvcp60/locale.c
+++ b/dlls/msvcp60/locale.c
@@ -6501,7 +6501,7 @@ MSVCP_size_t __cdecl num_put_short__Getcat(const locale_facet **facet, const loc
     return LC_NUMERIC;
 }
 
-num_put* num_put_wchar_use_facet(const locale *loc)
+static num_put* num_put_wchar_use_facet(const locale *loc)
 {
     static num_put *obj = NULL;
 
-- 
2.1.4



More information about the wine-patches mailing list