mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue