mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Print dotnet stack trace on veh error msgbox, and use precompiled headers.
This commit is contained in:
parent
2c99778eeb
commit
e64cc7e687
16 changed files with 298 additions and 170 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue