mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Move placement of lzma.
This commit is contained in:
16
3rdparty/lzma/CPP/Windows/ErrorMsg.h
vendored
Normal file
16
3rdparty/lzma/CPP/Windows/ErrorMsg.h
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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);
|
||||
inline UString MyFormatMessage(HRESULT errorCode) { return MyFormatMessage((DWORD)errorCode); }
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user