aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/native/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/win/native/exception.hpp')
-rw-r--r--include/cru/win/native/exception.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/cru/win/native/exception.hpp b/include/cru/win/native/exception.hpp
new file mode 100644
index 00000000..637f021d
--- /dev/null
+++ b/include/cru/win/native/exception.hpp
@@ -0,0 +1,6 @@
+#pragma once
+#include "../exception.hpp"
+
+namespace cru::platform::native::win {
+using platform::win::Win32Error;
+} // namespace cru::platform::native::win