From e24f7fba53cc8f28d74b5039f7279d9bf945ff25 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Thu, 19 Nov 2015 00:00:00 +0000 Subject: 15.11 --- CPP/7zip/UI/Agent/AgentProxy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CPP/7zip/UI/Agent') diff --git a/CPP/7zip/UI/Agent/AgentProxy.cpp b/CPP/7zip/UI/Agent/AgentProxy.cpp index 9a977c70..803a327a 100644 --- a/CPP/7zip/UI/Agent/AgentProxy.cpp +++ b/CPP/7zip/UI/Agent/AgentProxy.cpp @@ -248,7 +248,8 @@ HRESULT CProxyArc::Load(const CArc &arc, IProgress *progress) unsigned len = 0; bool isPtrName = false; - #ifdef MY_CPU_LE + #if defined(MY_CPU_LE) && defined(_WIN32) + // it works only if (sizeof(wchar_t) == 2) if (arc.GetRawProps) { const void *p; -- cgit v1.2.3