fix windows compilation
This commit is contained in:
parent
b996f07122
commit
55c4889c9a
@ -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…
Reference in New Issue
Block a user