From 7b90edb5a6cada7176012d09d748847b5f966585 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 26 Mar 2012 12:18:24 -0400 Subject: Disable bitcoin: URI handling on Windows for the 0.6 release --- src/qt/qtipcserver.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/qt/qtipcserver.cpp') diff --git a/src/qt/qtipcserver.cpp b/src/qt/qtipcserver.cpp index 7f5d04033..8b9270e17 100644 --- a/src/qt/qtipcserver.cpp +++ b/src/qt/qtipcserver.cpp @@ -48,6 +48,12 @@ void ipcInit() // TODO: implement bitcoin: URI handling the Mac Way return; #endif +#ifdef WIN32 + // TODO: THOROUGHLY test boost::interprocess fix, + // and make sure there are no Windows argument-handling exploitable + // problems. + return; +#endif message_queue* mq; char strBuf[257]; -- cgit v1.2.3