mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 10:17:23 +00:00
Fixed WCCURSES_InitBackend prototype in the no curses case.
This commit is contained in:
parent
693bbd79b6
commit
6dbf42cd17
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user