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