Compiling with --disable-curses-windows was broken

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1121 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-15 22:20:30 +00:00 committed by cras
commit 24dd6d0917
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ void mainwindow_destroy(MAIN_WINDOW_REC *window);
void mainwindows_redraw(void);
void mainwindows_resize(int ychange, int xchange);
#ifdef USE_CURSES_WINDOWS
#ifndef USE_CURSES_WINDOWS
void mainwindows_recreate(void);
#endif