aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Error.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/util/Error.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Error.hxx b/src/util/Error.hxx
index 803ec002a..82f01105f 100644
--- a/src/util/Error.hxx
+++ b/src/util/Error.hxx
@@ -166,6 +166,7 @@ public:
void FormatErrno(int e, const char *prefix, ...);
#ifdef WIN32
+ void SetLastError(DWORD _code, const char *prefix);
void SetLastError(const char *prefix);
#endif
};