aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-04-16 06:59:44 -0700
committerChris Robinson <[email protected]>2014-04-16 06:59:44 -0700
commitb020dd13fda12ffa275f6c8165dcad481f9658d6 (patch)
tree8d9ab0e331765c305f62ab4cf609261913333b64 /Alc/compat.h
parent184cf30cf70d0efcba8cfb7c27f464dbc4a3edaf (diff)
Avoid using a Sleep() wrapper
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h1
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