Adjusted workflow.
This commit is contained in:
9
include/ehs/system/Mutex.h
Normal file
9
include/ehs/system/Mutex.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "ehs/EHS.h"
|
||||
|
||||
#if defined(EHS_OS_WINDOWS)
|
||||
#include "Mutex_W32.h"
|
||||
#elif defined(EHS_OS_LINUX)
|
||||
#include "Mutex_PT.h"
|
||||
#endif
|
Reference in New Issue
Block a user