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/7zip/Crypto/Rar20Crypto.cpp')
-rwxr-xr-xCPP/7zip/Crypto/Rar20Crypto.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/CPP/7zip/Crypto/Rar20Crypto.cpp b/CPP/7zip/Crypto/Rar20Crypto.cpp
index 8fd2ab23..c2df0e52 100755
--- a/CPP/7zip/Crypto/Rar20Crypto.cpp
+++ b/CPP/7zip/Crypto/Rar20Crypto.cpp
@@ -2,12 +2,9 @@
#include "StdAfx.h"
-extern "C"
-{
- #include "../../../C/7zCrc.h"
- #include "../../../C/CpuArch.h"
- #include "../../../C/RotateDefs.h"
-}
+#include "../../../C/7zCrc.h"
+#include "../../../C/CpuArch.h"
+#include "../../../C/RotateDefs.h"
#include "Rar20Crypto.h"