Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/GZip/GZipHandler.cpp')
-rwxr-xr-x7zip/Archive/GZip/GZipHandler.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/7zip/Archive/GZip/GZipHandler.cpp b/7zip/Archive/GZip/GZipHandler.cpp
index f3d0d065..e234e96d 100755
--- a/7zip/Archive/GZip/GZipHandler.cpp
+++ b/7zip/Archive/GZip/GZipHandler.cpp
@@ -58,12 +58,14 @@ static const int kNumHostOSes = sizeof(kHostOS) / sizeof(kHostOS[0]);
static const wchar_t *kUnknownOS = L"Unknown";
+/*
enum // PropID
{
- // kpidExtraIsPresent = kpidUserDefined,
- // kpidExtraFlags,
- // kpidIsText
+ kpidExtraIsPresent = kpidUserDefined,
+ kpidExtraFlags,
+ kpidIsText
};
+*/
STATPROPSTG kProperties[] =
{