7#include "../macros.hpp"
8#include "win32_error_intf.hpp"
10hi_export_module(hikogui.win32 : win32_error_impl);
12hi_export
namespace hi {
inline namespace v1 {
14[[nodiscard]]
inline std::string win32_error_category::message(
int code)
const
16 if (
auto msg = win32_FormatMessage(
static_cast<win32_error
>(code))) {
The HikoGUI namespace.
Definition array_generic.hpp:20
DOXYGEN BUG.
Definition algorithm_misc.hpp:20