2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2017-01-18 00:12:17 +03:00
|
|
|
#include "mozilla-config.h"
|
2006-02-10 00:02:11 +03:00
|
|
|
#include "widget.rc"
|
2016-11-14 12:14:29 +03:00
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
1 typelib IGeckoCustom.tlb
|
2019-04-05 21:14:16 +03:00
|
|
|
64 24 IAccessible64.manifest
|
2017-06-06 21:19:12 +03:00
|
|
|
#ifndef HAVE_64BIT_BUILD
|
2019-04-05 21:14:16 +03:00
|
|
|
32 24 IAccessible32.manifest
|
2017-06-06 21:19:12 +03:00
|
|
|
#endif
|
2016-11-14 12:14:29 +03:00
|
|
|
#endif
|