mirror of
https://gitea.tendokyu.moe/TeamTofuShop/capnhook.git
synced 2026-09-27 09:27:54 +03:00
8 lines
138 B
C
8 lines
138 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#define hr_propagate_win32(hr, r) (hr_propagate_win32_(hr), r)
|
|
|
|
void hr_propagate_win32_(HRESULT hr);
|