diff options
Diffstat (limited to 'mozglue/mozglue.rc')
-rw-r--r-- | mozglue/mozglue.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mozglue/mozglue.rc b/mozglue/mozglue.rc new file mode 100644 index 0000000000..de7ac325a4 --- /dev/null +++ b/mozglue/mozglue.rc @@ -0,0 +1,7 @@ +#include "mozilla-config.h" +#ifdef ACCESSIBILITY +64 24 IAccessible64.manifest +#ifndef HAVE_64BIT_BUILD +32 24 IAccessible32.manifest +#endif +#endif |