From 3f431e279aab16465496cc0de03a1af874c1ce65 Mon Sep 17 00:00:00 2001 From: Jan Arve Saether Date: Mon, 26 Jan 2015 16:56:34 +0100 Subject: Do not compile in dlldata.c or ia2_api_all_c.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files are only required for a COM server, but since the IAccessible2Proxy will actually be the effective server (inside our process). We just have to make sure we respond to the correct events, and reimplement the virtual functions as required. This is already done, so these files can be removed. Task-number: QTBUG-30838 Task-number: QTBUG-28645 Change-Id: Ic95101945bad263a6da63c08b3e47cc0c9d5734a Reviewed-by: Friedemann Kleint Reviewed-by: Joerg Bornemann Reviewed-by: Jan Arve Sæther Reviewed-by: Frederik Gladhorn --- src/3rdparty/iaccessible2/generated/x86/dlldata.c | 38 ----------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/3rdparty/iaccessible2/generated/x86/dlldata.c (limited to 'src/3rdparty/iaccessible2/generated/x86/dlldata.c') diff --git a/src/3rdparty/iaccessible2/generated/x86/dlldata.c b/src/3rdparty/iaccessible2/generated/x86/dlldata.c deleted file mode 100644 index 1685d8340a..0000000000 --- a/src/3rdparty/iaccessible2/generated/x86/dlldata.c +++ /dev/null @@ -1,38 +0,0 @@ -/********************************************************* - DllData file -- generated by MIDL compiler - - DO NOT ALTER THIS FILE - - This file is regenerated by MIDL on every IDL file compile. - - To completely reconstruct this file, delete it and rerun MIDL - on all the IDL files in this DLL, specifying this file for the - /dlldata command line option - -*********************************************************/ - -#define PROXY_DELEGATION - -#include - -#ifdef __cplusplus -extern "C" { -#endif - -EXTERN_PROXY_FILE( ia2_api_all ) - - -PROXYFILE_LIST_START -/* Start of list */ - REFERENCE_PROXY_FILE( ia2_api_all ), -/* End of list */ -PROXYFILE_LIST_END - - -DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID ) - -#ifdef __cplusplus -} /*extern "C" */ -#endif - -/* end of generated dlldata file */ -- cgit v1.2.3