mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Do not start bitcoin: thread on OSX. fixes #889
This commit is contained in:
parent
21503e4556
commit
07ed49a472
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue