This commit is contained in:
Igor Pavlov
2015-08-16 00:00:00 +00:00
committed by Kornel Lesiński
parent 54490d51d5
commit cba375916f
152 changed files with 6544 additions and 2001 deletions

View File

@@ -19,7 +19,7 @@
struct CAlignedMidBuffer
{
#ifndef _WIN32
#ifdef _WIN32
Byte *_buf;

View File

@@ -2,6 +2,8 @@
#include "StdAfx.h"
#include <string.h>
#include "LimitedStreams.h"
#include "../../Common/Defs.h"

View File

@@ -2,6 +2,8 @@
#include "StdAfx.h"
#include "../../Common/MyWindows.h"
#include "../PropID.h"
// VARTYPE
@@ -101,5 +103,6 @@ const Byte k7z_PROPID_To_VARTYPE[kpid_NUM_DEFINED] =
VT_UI8,
VT_UI8,
VT_BOOL,
VT_BSTR // kpidOutName
VT_BSTR,
VT_BSTR
};

View File

@@ -2,6 +2,8 @@
#include "StdAfx.h"
#include <string.h>
#include "UniqBlocks.h"
unsigned CUniqBlocks::AddUniq(const Byte *data, size_t size)