diff options
Diffstat (limited to '3rdparty/lzma/CPP/Windows/ErrorMsg.h')
-rw-r--r-- | 3rdparty/lzma/CPP/Windows/ErrorMsg.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/Windows/ErrorMsg.h b/3rdparty/lzma/CPP/Windows/ErrorMsg.h new file mode 100644 index 00000000000..0957c696ad1 --- /dev/null +++ b/3rdparty/lzma/CPP/Windows/ErrorMsg.h @@ -0,0 +1,15 @@ +// Windows/ErrorMsg.h + +#ifndef __WINDOWS_ERROR_MSG_H +#define __WINDOWS_ERROR_MSG_H + +#include "../Common/MyString.h" + +namespace NWindows { +namespace NError { + +UString MyFormatMessage(DWORD errorCode); + +}} + +#endif |