mame/3rdparty/lzma/CPP/Windows/Error.h
2015-01-11 08:10:25 +01:00

16 lines
199 B
C++

// Windows/Error.h
#ifndef __WINDOWS_ERROR_H
#define __WINDOWS_ERROR_H
#include "Common/MyString.h"
namespace NWindows {
namespace NError {
UString MyFormatMessageW(DWORD errorCode);
}}
#endif