mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-22 03:50:04 +00:00
Do not try to compile the monitor on windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user