fix windows compilation
[ardour.git] / 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