Adjusted workflow.
This commit is contained in:
7
include/ehs/system/Semaphore.h
Normal file
7
include/ehs/system/Semaphore.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef EHS_OS_WINDOWS
|
||||
#include "Semaphore_W32.h"
|
||||
#else
|
||||
#include "Semaphore_P.h"
|
||||
#endif
|
Reference in New Issue
Block a user