summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/Windows/Error.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/Windows/Error.h')
-rw-r--r--3rdparty/lzma/CPP/Windows/Error.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/Windows/Error.h b/3rdparty/lzma/CPP/Windows/Error.h
new file mode 100644
index 00000000000..b7da3ca5e95
--- /dev/null
+++ b/3rdparty/lzma/CPP/Windows/Error.h
@@ -0,0 +1,15 @@
+// Windows/Error.h
+
+#ifndef __WINDOWS_ERROR_H
+#define __WINDOWS_ERROR_H
+
+#include "Common/MyString.h"
+
+namespace NWindows {
+namespace NError {
+
+UString MyFormatMessageW(DWORD errorCode);
+
+}}
+
+#endif