Adjusted workflow.
This commit is contained in:
7
include/ehs/io/FileMonitor.h
Normal file
7
include/ehs/io/FileMonitor.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#if defined(EHS_OS_WINDOWS)
|
||||
#include "FileMonitor_W32.h"
|
||||
#elif defined(EHS_OS_LINUX)
|
||||
#include "FileMonitor_UNX.h"
|
||||
#endif
|
Reference in New Issue
Block a user