Commit 8dbc8d3b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

userenv/tests: Make userenv_dbgstr_w() static.

parent f5bc4432
......@@ -118,7 +118,7 @@ const char *wine_dbgstr_w( const WCHAR *s )
return default_dbgstr_wn( s, -1, TRUE);
}
const char *userenv_dbgstr_w( const WCHAR *s )
static const char *userenv_dbgstr_w( const WCHAR *s )
{
return default_dbgstr_wn( s, -1, FALSE);
}
......
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