mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 22:56:13 +00:00
Fully functional guest<->host trampolines
This commit is contained in:
@@ -22,8 +22,8 @@ struct EXCEPTION_POINTERS {
|
||||
};
|
||||
|
||||
using PEXCEPTION_POINTERS = EXCEPTION_POINTERS *;
|
||||
using PVECTORED_EXCEPTION_HANDLER = LONG(WIN_FUNC *)(PEXCEPTION_POINTERS ExceptionInfo);
|
||||
using LPTOP_LEVEL_EXCEPTION_FILTER = LONG(WIN_FUNC *)(PEXCEPTION_POINTERS ExceptionInfo);
|
||||
typedef LONG (_CC_STDCALL *PVECTORED_EXCEPTION_HANDLER)(PEXCEPTION_POINTERS ExceptionInfo);
|
||||
typedef LONG (_CC_STDCALL *LPTOP_LEVEL_EXCEPTION_FILTER)(PEXCEPTION_POINTERS ExceptionInfo);
|
||||
|
||||
constexpr LONG EXCEPTION_CONTINUE_EXECUTION = static_cast<LONG>(-1);
|
||||
constexpr LONG EXCEPTION_CONTINUE_SEARCH = 0;
|
||||
|
||||
Reference in New Issue
Block a user