Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"

This reverts commit 7b90edb5a6.
This commit is contained in:
Matt Corallo
2012-06-10 02:04:15 +02:00
parent 1d42878adb
commit ad5f29b743
3 changed files with 5 additions and 19 deletions

View File

@@ -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];