EHS
FileMonitor.h
Go to the documentation of this file.
1#pragma once
2
3#if defined(EHS_OS_WINDOWS)
4 #include "FileMonitor_W32.h"
5#elif defined(EHS_OS_LINUX)
6 #include "FileMonitor_UNX.h"
7#endif