Restore old handling TLS method.

This commit is contained in:
Boring
2023-04-14 12:15:46 +08:00
parent 764f813654
commit 928bfa2c54
8 changed files with 225 additions and 4 deletions
+4
View File
@@ -1,4 +1,6 @@
#include "stdafx.h"
#if (MMPP_USE_TLS)
#include <cassert>
#include <algorithm>
#include <3rdparty/Detours/detours.h>
@@ -849,3 +851,5 @@ BOOL NTAPI MmpTlsInitialize() {
return TRUE;
}
#endif