diff options
| author | Matt Corallo <[email protected]> | 2012-06-10 02:04:15 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2012-06-15 17:19:13 +0200 |
| commit | ad5f29b7437fbdf6b25c4a5823b3dea0ac68b3ff (patch) | |
| tree | e8d4c45447a5e2f70488b907541c81e88108930c /src/qt/qtipcserver.cpp | |
| parent | Fix #956 the Boost 1.49 way. (diff) | |
| download | discoin-ad5f29b7437fbdf6b25c4a5823b3dea0ac68b3ff.tar.xz discoin-ad5f29b7437fbdf6b25c4a5823b3dea0ac68b3ff.zip | |
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.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/qtipcserver.cpp b/src/qt/qtipcserver.cpp index 2ffc20c2e..a88745685 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]; |