fix windows compilation
authorRobin Gareus <robin@gareus.org>
Thu, 4 Dec 2014 16:13:43 +0000 (17:13 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 4 Dec 2014 16:13:43 +0000 (17:13 +0100)
libs/pbd/pbd.cc

index 0d78db1d37da93a51e076ca8c40f193d59c7c188..17d15887889fbac4ee98c373bb054d77b5556b2a 100644 (file)
@@ -81,8 +81,9 @@ PBD::init ()
        
        if (WSAStartup(MAKEWORD(1,1),&wsaData) != 0) {
                fatal << "Windows socket initialization failed with error: " << WSAGetLastError() << endmsg;
+               abort();
                /*NOTREACHED*/
-               return;
+               return false;
        }
 #endif