forked from mirrors/gecko-dev
This patch contains three fixes. 1) As in Bug 1515982, we use the constant for RT_MANIFEST instead of the define, which needs winuser.rh to be included 2) We stop exempting the mingw builds from RCINCLUDE in toolkit/library/moz.build which causes us to miss all of the resources in xul.dll 3) We explicitly include IA2Marshal.dll instead of relying on compiler magic to include it for us. Differential Revision: https://phabricator.services.mozilla.com/D26295 --HG-- extra : moz-landing-system : lando
13 lines
400 B
Text
Executable file
13 lines
400 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 24 IAccessible64.manifest
|
|
#ifndef HAVE_64BIT_BUILD
|
|
32 24 IAccessible32.manifest
|
|
#endif
|
|
#endif
|