EHS
Semaphore.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef EHS_OS_WINDOWS
4#include "Semaphore_W32.h"
5#else
6#include "Semaphore_P.h"
7#endif