comment out our VEH for now

This commit is contained in:
goat 2021-08-19 23:44:52 +02:00
parent 8d269926c2
commit c5a8cbbd32
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -174,9 +174,9 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
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);
printf("Initializing exception handler...");
AddVectoredExceptionHandler(99, VectoredHandler);
printf("Done!\n");
// printf("Initializing exception handler...");
// AddVectoredExceptionHandler(99, VectoredHandler);
// printf("Done!\n");
printf("Initializing Dalamud... ");
entrypoint_fn(lpParam);