VirtualBox

Changeset 107083 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Nov 21, 2024 11:36:16 AM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166039
Message:

Windows Additions/Loader: Added handling for ARM64. bugref:10775

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp

    r106713 r107083  
    995995    }
    996996
     997#if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86)
    997998    WCHAR const  *pwszSuff = IsWow64() ? L"-amd64.exe" : L"-x86.exe";
     999#elif defined(RT_ARCH_ARM64)
     1000    WCHAR const  *pwszSuff = L"-arm64.exe";
     1001#else
     1002# error "Port me!"
     1003#endif
     1004
    9981005    int rc = RTUtf16Copy(&wszExePath[cwcExePath], RT_ELEMENTS(wszExePath) - cwcExePath, pwszSuff);
    9991006    if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette