Commit 766c6dea authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mlang/tests: Make strstrW() static.

parent 82f6b6ff
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment