aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qtipcserver.cpp
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2012-06-10 02:04:15 +0200
committerMatt Corallo <matt@bluematt.me>2012-06-15 17:19:13 +0200
commitad5f29b7437fbdf6b25c4a5823b3dea0ac68b3ff (patch)
treee8d4c45447a5e2f70488b907541c81e88108930c /src/qt/qtipcserver.cpp
parent1d42878adb5809218b1f329221ef46121674cb1a (diff)
downloadbitcoin-ad5f29b7437fbdf6b25c4a5823b3dea0ac68b3ff.tar.xz
Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"
This reverts commit 7b90edb5a6cada7176012d09d748847b5f966585.
Diffstat (limited to 'src/qt/qtipcserver.cpp')
-rw-r--r--src/qt/qtipcserver.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/qtipcserver.cpp b/src/qt/qtipcserver.cpp
index 2ffc20c2ec..a887456855 100644
--- a/src/qt/qtipcserver.cpp
+++ b/src/qt/qtipcserver.cpp
@@ -54,12 +54,6 @@ 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];