aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 399c3eeb..59c66b04 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -415,9 +415,9 @@ static void alc_init(void);
static void alc_deinit(void);
static void alc_deinit_safe(void);
-#ifndef AL_LIBTYPE_STATIC
UIntMap TlsDestructor;
+#ifndef AL_LIBTYPE_STATIC
BOOL APIENTRY DllMain(HANDLE hModule,DWORD ul_reason_for_call,LPVOID lpReserved)
{
ALsizei i;