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

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 18:57:51 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 18:57:51 +0300
commit7e377a24fa91a08c0230d3883e1e4028a7d64381 (patch)
treed9ecad9a9aba694fcfd37aaff9ba8c3646554964 /SevenZip/ArchiveUpdateCallback.cs
parent34a4ceaa2b4a00c4dd6269bf3012abb77dcf25e4 (diff)
Compression
Diffstat (limited to 'SevenZip/ArchiveUpdateCallback.cs')
-rw-r--r--SevenZip/ArchiveUpdateCallback.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/SevenZip/ArchiveUpdateCallback.cs b/SevenZip/ArchiveUpdateCallback.cs
index a9f838e7..d9872a57 100644
--- a/SevenZip/ArchiveUpdateCallback.cs
+++ b/SevenZip/ArchiveUpdateCallback.cs
@@ -14,6 +14,10 @@
along with SevenZipSharp. If not, see <http://www.gnu.org/licenses/>.
*/
+#define DOTNET20
+#define UNMANAGED
+#define COMPRESS
+
using System;
using System.Collections.Generic;
using System.IO;