p7zip/CPP/Windows/ErrorMsg.h

16 lines
212 B
C
Raw Permalink Normal View History

2017-10-11 12:35:36 +02:00
// 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