EHS/include/ehs/system/Semaphore.h

7 lines
100 B
C
Raw Permalink Normal View History

2024-02-05 22:25:30 -08:00
#pragma once
#ifdef EHS_OS_WINDOWS
#include "Semaphore_W32.h"
#else
#include "Semaphore_P.h"
#endif