summaryrefslogtreecommitdiff
path: root/src/pal/src/misc/errorstrings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/misc/errorstrings.h')
-rw-r--r--src/pal/src/misc/errorstrings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pal/src/misc/errorstrings.h b/src/pal/src/misc/errorstrings.h
new file mode 100644
index 0000000000..d24f025e32
--- /dev/null
+++ b/src/pal/src/misc/errorstrings.h
@@ -0,0 +1,10 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+#ifndef _ERRORSTRINGS_H_
+#define _ERRORSTRINGS_H_
+
+LPCWSTR GetPalErrorString(DWORD code);
+
+#endif // _ERRORSTRINGS_H_