diff options
Diffstat (limited to 'Alc/compat.h')
-rw-r--r-- | Alc/compat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Alc/compat.h b/Alc/compat.h index 426dad9d..9891412d 100644 --- a/Alc/compat.h +++ b/Alc/compat.h @@ -32,12 +32,6 @@ FILE *al_fopen(const char *fname, const char *mode); #include <pthread.h> -typedef pthread_mutex_t CRITICAL_SECTION; -void InitializeCriticalSection(CRITICAL_SECTION *cs); -void DeleteCriticalSection(CRITICAL_SECTION *cs); -void EnterCriticalSection(CRITICAL_SECTION *cs); -void LeaveCriticalSection(CRITICAL_SECTION *cs); - ALuint timeGetTime(void); void Sleep(ALuint t); |