Do not try to compile the monitor on windows

This commit is contained in:
2020-12-03 00:15:06 +01:00
parent c8b011913a
commit e899928928
3 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#ifndef _WIN32
#include "CNProtocol.hpp"
#include <list>
@@ -10,3 +12,5 @@ namespace Monitor {
void tick(CNServer *, time_t);
void start(void *);
};
#endif // _WIN32