Disable bitcoin: URI handling on Windows for the 0.6 release

This commit is contained in:
Gavin Andresen
2012-03-26 12:18:24 -04:00
parent 01a196e08d
commit 7b90edb5a6
3 changed files with 21 additions and 5 deletions

View File

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