mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Don't install signal handler for SIGPIPE in windows
This commit is contained in:
parent
f3858b1932
commit
e4ab2ffbfb
1 changed files with 2 additions and 0 deletions
|
|
@ -516,9 +516,11 @@ int main (int argc, char *argv[])
|
|||
|
||||
PBD::ID::init ();
|
||||
|
||||
#ifndef WIN32
|
||||
if (::signal (SIGPIPE, sigpipe_handler)) {
|
||||
cerr << _("Cannot xinstall SIGPIPE error handler") << endl;
|
||||
}
|
||||
#endif
|
||||
|
||||
try {
|
||||
ui = new ARDOUR_UI (&argc, &argv, localedir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue