From f6d74012b7a583bddf2e3b824193ade91fe09ce7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 18:46:56 +0200 Subject: util/Error: add method SetLastError() --- src/util/Error.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/util/Error.hxx') diff --git a/src/util/Error.hxx b/src/util/Error.hxx index a37211538..facb461dc 100644 --- a/src/util/Error.hxx +++ b/src/util/Error.hxx @@ -36,6 +36,11 @@ extern const Domain errno_domain; #include #define IgnoreError MPDIgnoreError #undef GetMessage + +/** + * Domain for GetLastError(). + */ +extern const Domain win32_domain; #endif /** @@ -143,6 +148,10 @@ public: void SetErrno(const char *prefix); void FormatErrno(const char *prefix, ...); void FormatErrno(int e, const char *prefix, ...); + +#ifdef WIN32 + void SetLastError(const char *prefix); +#endif }; /** -- cgit v1.2.3