2024-02-05 22:25:30 -08:00

7 lines
100 B
C

#pragma once
#ifdef EHS_OS_WINDOWS
#include "Semaphore_W32.h"
#else
#include "Semaphore_P.h"
#endif