Remove some useless definitions, implement LdrpHandleTlsData

This commit is contained in:
Boring
2021-06-06 22:59:42 +08:00
parent 41c1175add
commit 78b3d1d707
17 changed files with 328 additions and 1197 deletions
-2
View File
@@ -3,8 +3,6 @@
#ifndef __MEMORY_MODULE_HEADER
#define __MEMORY_MODULE_HEADER
#include <windows.h>
#pragma warning(disable:4996)
struct ExportNameEntry {
LPCSTR name;