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