Do not start bitcoin: thread on OSX. fixes #889

This commit is contained in:
Gavin Andresen 2012-02-27 16:08:08 -05:00
parent 21503e4556
commit 07ed49a472
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ void ipcThread(void* parg)
void ipcInit()
{
#ifdef MAC_OSX
// TODO: implement bitcoin: URI handling the Mac Way
return;
#endif
message_queue* mq;
char strBuf[257];
size_t nSize;