mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 12:11:39 -06:00
Normalize all the line endings
This commit is contained in:
@@ -1,15 +1,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
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user