EHS/include/System/Semaphore.h

7 lines
100 B
C
Raw Normal View History

2023-12-17 03:29:08 -08:00
#pragma once
#ifdef LWE_OS_WINDOWS
#include "Semaphore_W32.h"
#else
#include "Semaphore_P.h"
#endif