forked from mirrors/gecko-dev
13 lines
418 B
Text
Executable file
13 lines
418 B
Text
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
|