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:
Andrzej Rybczak
2009-03-25 22:08:18 +01:00
parent fcf4a44042
commit 65f52da949
7 changed files with 51 additions and 10 deletions

View File

@@ -180,10 +180,11 @@ int main(int argc, char *argv[])
string screen_title;
timeval now, past;
// local variables end
# ifndef WIN32
signal(SIGPIPE, SIG_IGN);
# endif // !WIN32
gettimeofday(&now, 0);