VirtualBox

Changeset 106428 in vbox


Ignore:
Timestamp:
Oct 17, 2024 10:59:22 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165247
Message:

Runtime/common/path/RTPathGlob.cpp: Include arm specific directories on Windows, bugref:10392

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp

    r106061 r106428  
    442442RTPATHMATCHVAR_SIMPLE_ENVVAR(WinOtherProgramFiles,          "ProgramFiles(x86)",        RTPATH_MAX);
    443443RTPATHMATCHVAR_SIMPLE_ENVVAR(WinOtherCommonProgramFiles,    "CommonProgramFiles(x86)",  RTPATH_MAX);
     444# elif defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32)
     445RTPATHMATCHVAR_SIMPLE_ENVVAR(WinOtherProgramFiles,       "ProgramFiles(Arm)",        RTPATH_MAX);
     446RTPATHMATCHVAR_SIMPLE_ENVVAR(WinOtherCommonProgramFiles, "CommonProgramFiles(Arm)",  RTPATH_MAX);
    444447# else
    445448#  error "Port ME!"
     
    450453# ifdef RT_ARCH_AMD64
    451454    "ProgramFiles(x86)",
     455# elif defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32)
     456    "ProgramFiles(x86)",
     457    "ProgramFiles(Arm)",
    452458# endif
    453459};
     
    458464# ifdef RT_ARCH_AMD64
    459465    "CommonProgramFiles(x86)",
     466# elif defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32)
     467    "CommonProgramFiles(x86)",
     468    "CommonProgramFiles(Arm)",
    460469# endif
    461470};
Note: See TracChangeset for help on using the changeset viewer.

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