mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
ye
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
typedef BOOLEAN (NTAPI *RtlDispatchExceptionPfn)(PEXCEPTION_RECORD exRec, PCONTEXT ctx);
|
||||
typedef BOOLEAN(NTAPI* RtlDispatchExceptionPfn)(PEXCEPTION_RECORD exRec, PCONTEXT ctx);
|
||||
// extern RtlDispatchExceptionPfn vehHookContinue; // moved to App because this needs to be checked.
|
||||
extern DWORD* vehHookLocation;
|
||||
BOOLEAN RtlDispatchExceptionHook(PEXCEPTION_RECORD exRec, PCONTEXT ctx);
|
||||
|
||||
Reference in New Issue
Block a user