make it compile under mingw32 --without-curl --without-taglib
ncmpcpp can be built for windows \o/ pdcurses and regex libraries are needed for this though.
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_PDCURSES
|
||||
#if !defined(WIN32) && defined(USE_PDCURSES)
|
||||
# define XCURSES
|
||||
#endif
|
||||
#endif // !WIND32 && USE_PDCURSES
|
||||
|
||||
#include "curses.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user