#pragma once #if defined(LWE_OS_WINDOWS) #include "FileMonitor_W32.h" #elif defined(LWE_OS_LINUX) #include "FileMonitor_UNX.h" #endif