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/Compress/Branch/PPC.cpp')
-rwxr-xr-xCPP/7zip/Compress/Branch/PPC.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/CPP/7zip/Compress/Branch/PPC.cpp b/CPP/7zip/Compress/Branch/PPC.cpp
index 08c436e1..ecd4b3d8 100755
--- a/CPP/7zip/Compress/Branch/PPC.cpp
+++ b/CPP/7zip/Compress/Branch/PPC.cpp
@@ -3,8 +3,10 @@
#include "StdAfx.h"
#include "PPC.h"
-#include "Windows/Defs.h"
-#include "../../../../C/Compress/Branch/BranchPPC.c"
+extern "C"
+{
+#include "../../../../C/Compress/Branch/BranchPPC.h"
+}
UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size)
{