From bcfd016c88f2da271fc77da608b42d2f5bd83448 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 26 Nov 2013 12:58:31 +0100 Subject: some notes about COM threading in LO generally and winaccessibility - document general COM threading architecture in vcl README - document winaccessiblitiy locking in README - define _ATL_APARTMENT_THREADED for UAccCOM Change-Id: I7c3fd952f2cdee7d245a818bf33c477e7ea20fc2 --- winaccessibility/source/UAccCOM/stdafx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'winaccessibility/source/UAccCOM/stdafx.h') diff --git a/winaccessibility/source/UAccCOM/stdafx.h b/winaccessibility/source/UAccCOM/stdafx.h index 66019e2f043a..e71ac0b0a506 100644 --- a/winaccessibility/source/UAccCOM/stdafx.h +++ b/winaccessibility/source/UAccCOM/stdafx.h @@ -28,7 +28,9 @@ #pragma once #endif // _MSC_VER > 1000 -//#define _ATL_APARTMENT_THREADED +// this turns off ATL's locking in the COM component implementations +// (we don't need it since we use SolarMutex instead) +#define _ATL_APARTMENT_THREADED #include #include -- cgit