Francois Gouget : mlang/tests: Make strstrW() static.

Alexandre Julliard julliard at winehq.org
Mon Dec 15 08:27:03 CST 2008


Module: wine
Branch: master
Commit: 766c6deaf7d9750a4b1266bd6afcc4746953321b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=766c6deaf7d9750a4b1266bd6afcc4746953321b

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Dec 13 12:06:02 2008 +0100

mlang/tests: Make strstrW() static.

---

 dlls/mlang/tests/mlang.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mlang/tests/mlang.c b/dlls/mlang/tests/mlang.c
index fe1edf9..37b6224 100644
--- a/dlls/mlang/tests/mlang.c
+++ b/dlls/mlang/tests/mlang.c
@@ -711,7 +711,7 @@ static void IMLangFontLink_Test(IMLangFontLink* iMLFL)
 }
 
 /* copied from libs/wine/string.c */
-WCHAR *strstrW(const WCHAR *str, const WCHAR *sub)
+static WCHAR *strstrW(const WCHAR *str, const WCHAR *sub)
 {
     while (*str)
     {




More information about the wine-cvs mailing list