aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-11-12 16:00:37 -0800
committerChris Robinson <[email protected]>2011-11-12 16:00:37 -0800
commitd5df2ad3ce6a9f3de1e52116653744b462845aaf (patch)
tree8fb47a96d46d9d7b207a6ccc780399b07d7b0409
parentc56b2734fd520a5002dcd1538f04500171a173c4 (diff)
Define TlsDestructor for Windows static builds, too
-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;