mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 13:15:46 -04:00
Initial community commit
This commit is contained in:
10
Src/replicant/nx/nxsemaphore.h
Normal file
10
Src/replicant/nx/nxsemaphore.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#if defined(__ANDROID__)
|
||||
#include "android/nxsemaphore.h"
|
||||
#elif defined(_WIN32)
|
||||
#include "win/nxsemaphore.h"
|
||||
#elif defined(__APPLE__)
|
||||
#include "osx/nxsemaphore.h"
|
||||
#elif defined(__linux__)
|
||||
#include "linux/nxsemaphore.h"
|
||||
#endif
|
Reference in New Issue
Block a user