Commit 72633d50 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msvcrt: Silence wide environment initialization debug messages.

parent 78eca968
......@@ -651,7 +651,7 @@ MSVCRT_wchar_t** CDECL _get_initial_wide_environment(void)
*/
int CDECL _configure_wide_argv(int mode)
{
FIXME("(%d) stub\n", mode);
WARN("(%d) stub\n", mode);
return 0;
}
......@@ -660,7 +660,7 @@ int CDECL _configure_wide_argv(int mode)
*/
int CDECL _initialize_wide_environment(void)
{
FIXME("stub\n");
WARN("stub\n");
return 0;
}
......
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