diff options
author | Chris Robinson <[email protected]> | 2014-04-17 00:56:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-04-17 00:56:02 -0700 |
commit | e5d39a5f4c871183c7e409abff3c3a6d6c40bf17 (patch) | |
tree | 3b33b86e7ea81de8990b3bec78f7668a6fba7324 /Alc/uintmap.h | |
parent | c3b1c31d9b530e64e84805435784ec53eb5ea745 (diff) |
Don't use DllMain to call altss destructors
Diffstat (limited to 'Alc/uintmap.h')
-rw-r--r-- | Alc/uintmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/uintmap.h b/Alc/uintmap.h index 2c70f161..6fc1190e 100644 --- a/Alc/uintmap.h +++ b/Alc/uintmap.h @@ -14,7 +14,6 @@ typedef struct UIntMap { ALsizei limit; RWLock lock; } UIntMap; -extern UIntMap TlsDestructor; void InitUIntMap(UIntMap *map, ALsizei limit); void ResetUIntMap(UIntMap *map); |