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 'CPP/Common/Types.h')
-rwxr-xr-xCPP/Common/Types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CPP/Common/Types.h b/CPP/Common/Types.h
index 9365b327..4bb85410 100755
--- a/CPP/Common/Types.h
+++ b/CPP/Common/Types.h
@@ -3,7 +3,10 @@
#ifndef __COMMON_TYPES_H
#define __COMMON_TYPES_H
+extern "C"
+{
#include "../../C/Types.h"
+}
typedef int HRes;