#pragma once #if defined(EHS_OS_WINDOWS) #include "FileMonitor_W32.h" #elif defined(EHS_OS_LINUX) #include "FileMonitor_UNX.h" #endif