mirror of
https://github.com/bb107/MemoryModulePP
synced 2026-06-08 13:15:33 +00:00
Restore old handling TLS method.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user