summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/Windows/ErrorMsg.h
blob: 0957c696ad1a4ea5ec938fc28d9280ca232af60b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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