Browse Source

vncviewer now successfully runs on Windows/x64. And there was much rejoicing (yay...)


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4062 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.0.90
DRC 14 years ago
parent
commit
61cc2a02a6
2 changed files with 26 additions and 0 deletions
  1. 22
    0
      win/vncviewer/vncviewer.exe.manifest64
  2. 4
    0
      win/vncviewer/vncviewer.rc

+ 22
- 0
win/vncviewer/vncviewer.exe.manifest64 View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="4.0.0.26"
processorArchitecture="AMD64"
name="TigerVNC.vncviewer.exe"
type="win32"
/>
<description>.NET control deployment tool</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="AMD64"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

+ 4
- 0
win/vncviewer/vncviewer.rc View File

@@ -534,7 +534,11 @@ END
// 24
//

#ifdef _WIN64
IDR_MANIFEST 24 DISCARDABLE "vncviewer.exe.manifest64"
#else
IDR_MANIFEST 24 DISCARDABLE "vncviewer.exe.manifest"
#endif

/////////////////////////////////////////////////////////////////////////////
//

Loading…
Cancel
Save