mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
exclude CreatePidFile() function on WIN32 as it is unused
This commit is contained in:
@@ -74,7 +74,7 @@ bool AppInit(int argc, char* argv[])
|
||||
int ret = CommandLineRPC(argc, argv);
|
||||
exit(ret);
|
||||
}
|
||||
#if !defined(WIN32)
|
||||
#ifndef WIN32
|
||||
fDaemon = GetBoolArg("-daemon", false);
|
||||
if (fDaemon)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user