Commit 6dbf42cd authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed WCCURSES_InitBackend prototype in the no curses case.

parent 693bbd79
......@@ -786,7 +786,7 @@ enum init_return WCCURSES_InitBackend(struct inner_data* data)
}
#else
BOOL WCCURSES_InitBackend(struct inner_data* data)
enum init_return WCCURSES_InitBackend(struct inner_data* data)
{
return init_not_supported;
}
......
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