#include "platform.hpp" #if defined(PLATFORM_LINUX) #include "semaphore_linux.hpp" #else #include "semaphore_win32.hpp" #endif