mirror of
https://github.com/decompals/wibo.git
synced 2025-10-15 22:55:11 +00:00
11 lines
224 B
C++
11 lines
224 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
#include "errhandlingapi.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
void WIN_FUNC RtlUnwind(PVOID TargetFrame, PVOID TargetIp, PEXCEPTION_RECORD ExceptionRecord, PVOID ReturnValue);
|
|
|
|
} // namespace kernel32
|