mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix windows compilation
This commit is contained in:
parent
b996f07122
commit
55c4889c9a
1 changed files with 2 additions and 1 deletions
|
|
@ -81,8 +81,9 @@ PBD::init ()
|
||||||
|
|
||||||
if (WSAStartup(MAKEWORD(1,1),&wsaData) != 0) {
|
if (WSAStartup(MAKEWORD(1,1),&wsaData) != 0) {
|
||||||
fatal << "Windows socket initialization failed with error: " << WSAGetLastError() << endmsg;
|
fatal << "Windows socket initialization failed with error: " << WSAGetLastError() << endmsg;
|
||||||
|
abort();
|
||||||
/*NOTREACHED*/
|
/*NOTREACHED*/
|
||||||
return;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue