summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-05-12 22:12:16 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-05-12 22:12:16 +0000
commit6e65bac42d427f3f34749242defdbb489f6c4c0a (patch)
tree4dd65f85b0093e45c34da3b69c2873e97a8e8d6e /src
parent=Update AUTHORS file. (diff)
downloadinkscape-6e65bac42d427f3f34749242defdbb489f6c4c0a.tar.gz
inkscape-6e65bac42d427f3f34749242defdbb489f6c4c0a.zip
put correct architecture in x64 Windows resource manifests
(bzr r13369)
Diffstat (limited to 'src')
-rw-r--r--src/inkscape-manifest-x64.xml2
-rw-r--r--src/inkview-manifest-x64.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/inkscape-manifest-x64.xml b/src/inkscape-manifest-x64.xml
index ec8ef44d8..38526cfe6 100644
--- a/src/inkscape-manifest-x64.xml
+++ b/src/inkscape-manifest-x64.xml
@@ -3,7 +3,7 @@
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0" processorArchitecture="ia64"
+ version="6.0.0.0" processorArchitecture="amd64"
publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>
diff --git a/src/inkview-manifest-x64.xml b/src/inkview-manifest-x64.xml
index ec8ef44d8..38526cfe6 100644
--- a/src/inkview-manifest-x64.xml
+++ b/src/inkview-manifest-x64.xml
@@ -3,7 +3,7 @@
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0" processorArchitecture="ia64"
+ version="6.0.0.0" processorArchitecture="amd64"
publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>