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