mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
comment out our VEH for now
This commit is contained in:
parent
8d269926c2
commit
c5a8cbbd32
1 changed files with 3 additions and 3 deletions
|
|
@ -174,9 +174,9 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
|
||||||
typedef void (CORECLR_DELEGATE_CALLTYPE* custom_component_entry_point_fn)(LPVOID);
|
typedef void (CORECLR_DELEGATE_CALLTYPE* custom_component_entry_point_fn)(LPVOID);
|
||||||
custom_component_entry_point_fn entrypoint_fn = reinterpret_cast<custom_component_entry_point_fn>(entrypoint_vfn);
|
custom_component_entry_point_fn entrypoint_fn = reinterpret_cast<custom_component_entry_point_fn>(entrypoint_vfn);
|
||||||
|
|
||||||
printf("Initializing exception handler...");
|
// printf("Initializing exception handler...");
|
||||||
AddVectoredExceptionHandler(99, VectoredHandler);
|
// AddVectoredExceptionHandler(99, VectoredHandler);
|
||||||
printf("Done!\n");
|
// printf("Done!\n");
|
||||||
|
|
||||||
printf("Initializing Dalamud... ");
|
printf("Initializing Dalamud... ");
|
||||||
entrypoint_fn(lpParam);
|
entrypoint_fn(lpParam);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue