mirror of
https://github.com/decompals/wibo.git
synced 2025-12-14 07:36:08 +00:00
11 lines
221 B
C++
11 lines
221 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
#include "errhandlingapi.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
void WINAPI RtlUnwind(PVOID TargetFrame, PVOID TargetIp, PEXCEPTION_RECORD ExceptionRecord, PVOID ReturnValue);
|
|
|
|
} // namespace kernel32
|