diff options
Diffstat (limited to 'Alc/compat.h')
-rw-r--r-- | Alc/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/compat.h b/Alc/compat.h index d5e0c7e9..7d577cb7 100644 --- a/Alc/compat.h +++ b/Alc/compat.h @@ -30,7 +30,6 @@ FILE *al_fopen(const char *fname, const char *mode); #include <pthread.h> ALuint timeGetTime(void); -void Sleep(ALuint t); #define althread_key_t pthread_key_t #define althread_key_create pthread_key_create |