mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Windows build fix.
This commit is contained in:
parent
fd3e92ea0c
commit
ba152d6dc4
@ -22,9 +22,13 @@
|
||||
#ifdef _WIN32
|
||||
using namespace icinga;
|
||||
|
||||
void Process::Run(void)
|
||||
ProcessResult Process::Run(void)
|
||||
{
|
||||
ProcessResult pr;
|
||||
|
||||
// TODO: implement
|
||||
|
||||
return pr;
|
||||
}
|
||||
|
||||
#endif /* _WIN32 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user