Print dotnet stack trace on veh error msgbox, and use precompiled headers.

This commit is contained in:
Soreepeong 2021-12-24 12:23:23 +09:00
parent 2c99778eeb
commit e64cc7e687
16 changed files with 298 additions and 170 deletions

View file

@ -1,15 +1,5 @@
#define WIN32_LEAN_AND_MEAN
#define DllExport extern "C" __declspec(dllexport)
#include "pch.h"
#include <cassert>
#include <filesystem>
#include <span>
#include <Windows.h>
#include <PathCch.h>
#include <Psapi.h>
extern HMODULE g_hModule;
DllExport DWORD WINAPI Initialize(LPVOID lpParam);
struct RewrittenEntryPointParameters {