Harvid and xjadeo now feature 32/64bit window version(s)
[ardour.git] / libs / pbd / pbd.cc
index 229dc04f329d0ee868b8077ec776d0ab88db0826..a7a818ee5ffff8782c16451dc67e8bad39971c22 100644 (file)
@@ -42,7 +42,7 @@
 #include "pbd/windows_mmcss.h"
 #endif
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 extern void setup_libpbd_enums ();
 
@@ -101,11 +101,9 @@ PBD::init ()
 
        /* Initialize windows socket DLL for PBD::CrossThreadChannel
         */
-       
+
        if (WSAStartup(MAKEWORD(1,1),&wsaData) != 0) {
-               fatal << X_("Windows socket initialization failed with error: ") << WSAGetLastError() << endmsg;
-               abort();
-               /*NOTREACHED*/
+               error << X_("Windows socket initialization failed with error: ") << WSAGetLastError() << endmsg;
                return false;
        }
 
@@ -141,7 +139,7 @@ PBD::cleanup ()
 #ifdef PLATFORM_WINDOWS
        PBD::MMCSS::deinitialize ();
        WSACleanup();
-#endif 
+#endif
 
        EnumWriter::destroy ();
        FPU::destroy ();