aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/native/exception.hpp
blob: ac15ab2d4a212d1571f2c280efeb29f0615fb346 (plain)
1
2
3
4
5
6
7
#pragma once
#include "../exception.hpp"

namespace cru::platform::native::win {
using platform::win::Win32Error;
using platform::win::HResultError;
}  // namespace cru::platform::native::win