[tor-commits] [tor-browser/tor-browser-52.2.0esr-7.5-1] Revert "Getting Tor Browser to build with accessibility enabled on Windows"
gk at torproject.org
gk at torproject.org
Mon Jul 31 11:08:03 UTC 2017
commit 2e5a0f5570f5b2ba0bf9d84cd74b6553407a0435
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date: Wed Jul 12 11:47:39 2017 -0700
Revert "Getting Tor Browser to build with accessibility enabled on Windows"
This reverts commit d890171dbb89ebb79df1522f6b37bda538ef7e32,
because we have updated mingw-w64 to
1259532ff8f5a7ac625b2f28d499ee93a0c0841e
---
ipc/mscom/Interceptor.h | 2 +-
other-licenses/ia2/IA2TypeLibrary.idl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ipc/mscom/Interceptor.h b/ipc/mscom/Interceptor.h
index 88acdf6650a8..ecddbddf5769 100644
--- a/ipc/mscom/Interceptor.h
+++ b/ipc/mscom/Interceptor.h
@@ -112,7 +112,7 @@ CreateInterceptor(STAUniquePtr<InterfaceT> aTargetInterface,
return E_INVALIDARG;
}
- REFIID iidTarget = __uuidof(InterfaceT);
+ REFIID iidTarget = __uuidof(aTargetInterface);
STAUniquePtr<IUnknown> targetUnknown(aTargetInterface.release());
return Interceptor::Create(Move(targetUnknown), aEventSink, iidTarget,
diff --git a/other-licenses/ia2/IA2TypeLibrary.idl b/other-licenses/ia2/IA2TypeLibrary.idl
index 97aa08b9a5f8..2519aca91e13 100644
--- a/other-licenses/ia2/IA2TypeLibrary.idl
+++ b/other-licenses/ia2/IA2TypeLibrary.idl
@@ -68,7 +68,7 @@ cpp_quote("")
library IAccessible2Lib
{
importlib ("stdole2.tlb");
- //importlib ("oleacc.dll");
+ importlib ("oleacc.dll");
interface IAccessible2;
interface IAccessible2_2;
interface IAccessible2_3;
More information about the tor-commits
mailing list