This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

4
CPP/7zip/Common/InOutTempBuffer.cpp Executable file → Normal file
View File

@@ -4,12 +4,14 @@
#include "../../../C/7zCrc.h"
#include "../../Common/Defs.h"
#include "InOutTempBuffer.h"
#include "StreamUtils.h"
using namespace NWindows;
using namespace NFile;
using namespace NDirectory;
using namespace NDir;
static const UInt32 kTempBufSize = (1 << 20);