aboutsummaryrefslogtreecommitdiff
path: root/src/util/syserror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/syserror.h')
-rw-r--r--src/util/syserror.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/syserror.h b/src/util/syserror.h
index a54ba553ee..eb02141b9d 100644
--- a/src/util/syserror.h
+++ b/src/util/syserror.h
@@ -13,4 +13,8 @@
*/
std::string SysErrorString(int err);
+#if defined(WIN32)
+std::string Win32ErrorString(int err);
+#endif
+
#endif // BITCOIN_UTIL_SYSERROR_H