Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 898944
Collapse All | Expand All

(-)a/CPP/7zip/UI/GUI/CompressDialog.cpp (-3 / +4 lines)
Lines 106-112 enum EMethodID Link Here
106
  kBZip2,
106
  kBZip2,
107
  kDeflate,
107
  kDeflate,
108
  kDeflate64,
108
  kDeflate64,
109
  kPPMdZip
109
  kPPMdZip,
110
  kZSTD
110
};
111
};
111
112
112
static const LPCWSTR kMethodsNames[] =
113
static const LPCWSTR kMethodsNames[] =
Lines 118-124 static const LPCWSTR kMethodsNames[] = Link Here
118
  L"BZip2",
119
  L"BZip2",
119
  L"Deflate",
120
  L"Deflate",
120
  L"Deflate64",
121
  L"Deflate64",
121
  L"PPMd"
122
  L"PPMd",
123
  L"zstd"
122
};
124
};
123
125
124
static const EMethodID g_7zMethods[] =
126
static const EMethodID g_7zMethods[] =
125
- 

Return to bug 898944