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:
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;