Fixed WCCURSES_InitBackend prototype in the no curses case.

oldstable
Alexandre Julliard 2003-06-14 01:34:53 +00:00
parent 693bbd79b6
commit 6dbf42cd17
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}