Mercurial > hg > sonic-visualiser
comparison main/main.cpp @ 539:bf1c6e2b8791 with-dependencies
Windows build fixes -- to review
author | Chris Cannam |
---|---|
date | Wed, 27 Mar 2013 17:23:05 +0000 |
parents | 451d3c087112 |
children | 31940304272f |
comparison
equal
deleted
inserted
replaced
538:0b32e4b13c8c | 539:bf1c6e2b8791 |
---|---|
251 | 251 |
252 signal(SIGINT, signalHandler); | 252 signal(SIGINT, signalHandler); |
253 signal(SIGTERM, signalHandler); | 253 signal(SIGTERM, signalHandler); |
254 | 254 |
255 #ifndef Q_WS_WIN32 | 255 #ifndef Q_WS_WIN32 |
256 signal(SIGHUP, signalHandler); | 256 //??? signal(SIGHUP, signalHandler); |
257 signal(SIGQUIT, signalHandler); | 257 //??? signal(SIGQUIT, signalHandler); |
258 #endif | 258 #endif |
259 | 259 |
260 bool audioOutput = true; | 260 bool audioOutput = true; |
261 bool oscSupport = true; | 261 bool oscSupport = true; |
262 | 262 |