EHS
Loading...
Searching...
No Matches
Mutex.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/EHS.h"
4
5#if defined(EHS_OS_WINDOWS)
6 #include "Mutex_W32.h"
7#elif defined(EHS_OS_LINUX)
8 #include "Mutex_PT.h"
9#endif