mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: VectoredExceptionHandler cast on x86 (#6525)
This commit is contained in:
parent
c825275f7f
commit
1a7ac5e382
@ -224,7 +224,7 @@ fn unhandled_exception_handler(e &ExceptionPointers) int {
|
||||
}
|
||||
|
||||
fn add_unhandled_exception_handler() {
|
||||
add_vectored_exception_handler(unhandled_exception_handler)
|
||||
add_vectored_exception_handler(VectoredExceptionHandler(voidptr(unhandled_exception_handler)))
|
||||
}
|
||||
|
||||
fn C.IsDebuggerPresent() bool
|
||||
|
Loading…
Reference in New Issue
Block a user