mlang/tests: Make strstrW() static.

This commit is contained in:
Francois Gouget 2008-12-13 12:06:02 +01:00 committed by Alexandre Julliard
parent 82f6b6ff41
commit 766c6deaf7
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{