Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
Windows
/
ErrorMsg.h
blob: e05e9504385c6f7e95d9c0a41b487dbe7aea5cd1 [
file
] [
log
] [
blame
] [
edit
]
// 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