summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/resources/windows
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-01-27 11:29:25 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-01-27 11:29:25 +1100
commit2c041520acb29c8330e96a2713ce720e1e380018 (patch)
tree3e89b8c08d3cdb25ba0fbd2975bdc548207c09b8 /docs/release/scripts/resources/windows
parentd5407444774ae45feb53a3e5927880a3def3d55c (diff)
0.228 Release filestag228
Diffstat (limited to 'docs/release/scripts/resources/windows')
-rw-r--r--docs/release/scripts/resources/windows/mame/mame.man7
-rw-r--r--docs/release/scripts/resources/windows/mess/mess.man7
2 files changed, 8 insertions, 6 deletions
diff --git a/docs/release/scripts/resources/windows/mame/mame.man b/docs/release/scripts/resources/windows/mame/mame.man
index 85e0f31644e..e07705a39c7 100644
--- a/docs/release/scripts/resources/windows/mame/mame.man
+++ b/docs/release/scripts/resources/windows/mame/mame.man
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MAME" type="win32" />
<description>MAME</description>
<dependency>
@@ -8,8 +8,9 @@
</dependentAssembly>
</dependency>
<asmv3:application>
- <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <dpiAware>true</dpiAware>
+ <asmv3:windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
+ <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
diff --git a/docs/release/scripts/resources/windows/mess/mess.man b/docs/release/scripts/resources/windows/mess/mess.man
index 4856b147be1..7feef51ce9f 100644
--- a/docs/release/scripts/resources/windows/mess/mess.man
+++ b/docs/release/scripts/resources/windows/mess/mess.man
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MESS" type="win32" />
<description>MESS</description>
<dependency>
@@ -8,8 +8,9 @@
</dependentAssembly>
</dependency>
<asmv3:application>
- <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <dpiAware>true</dpiAware>
+ <asmv3:windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
+ <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>