mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
3ee39c3f47
Backed out changeset 1380fe0f701b (bug 1354077) Backed out changeset 2b5602bd352a (bug 1354077) Backed out changeset a0fc3a1a9122 (bug 1354077) MozReview-Commit-ID: ABHV3evXKrG
14 lines
418 B
Plaintext
Executable File
14 lines
418 B
Plaintext
Executable File
/* 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/. */
|
|
|
|
#include "mozilla-config.h"
|
|
#include "widget.rc"
|
|
#ifdef ACCESSIBILITY
|
|
1 typelib IGeckoCustom.tlb
|
|
64 RT_MANIFEST IAccessible64.manifest
|
|
#ifndef HAVE_64BIT_BUILD
|
|
32 RT_MANIFEST IAccessible32.manifest
|
|
#endif
|
|
#endif
|