aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/native/Exception.hpp
blob: 6a5265c1ca543228079ce06c2f0333f8be10627b (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