wibo/dll/kernel32/winnt.h

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