mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 06:11:36 -06:00
Normalize all the line endings
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
// LzOutWindow.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "LzOutWindow.h"
|
||||
|
||||
void CLzOutWindow::Init(bool solid) throw()
|
||||
{
|
||||
if (!solid)
|
||||
COutBuffer::Init();
|
||||
#ifdef _NO_EXCEPTIONS
|
||||
ErrorCode = S_OK;
|
||||
#endif
|
||||
}
|
||||
// LzOutWindow.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "LzOutWindow.h"
|
||||
|
||||
void CLzOutWindow::Init(bool solid) throw()
|
||||
{
|
||||
if (!solid)
|
||||
COutBuffer::Init();
|
||||
#ifdef _NO_EXCEPTIONS
|
||||
ErrorCode = S_OK;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user