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/FileSignatureChecker.cs')
-rw-r--r--SevenZip/FileSignatureChecker.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/SevenZip/FileSignatureChecker.cs b/SevenZip/FileSignatureChecker.cs
index 294cdc95..0251a3b0 100644
--- a/SevenZip/FileSignatureChecker.cs
+++ b/SevenZip/FileSignatureChecker.cs
@@ -14,6 +14,9 @@
along with SevenZipSharp. If not, see <http://www.gnu.org/licenses/>.
*/
+#define DOTNET20
+#define UNMANAGED
+
using System;
using System.IO;