VirtualBox

Changeset 106418 in vbox for trunk/include/iprt/nt/nt.h


Ignore:
Timestamp:
Oct 17, 2024 9:51:18 AM (6 weeks ago)
Author:
vboxsync
Message:

include/iprt/nt/nt.h: Make it work for win.arm64, bugref:10392 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/nt.h

    r106417 r106418  
    24022402typedef FILE_DESIRED_STORAGE_CLASS_INFORMATION *PFILE_DESIRED_STORAGE_CLASS_INFORMATION;
    24032403# endif
    2404 # if !defined(IPRT_NT_USE_WINTERNL) || (WDK_NTDDI_VERSION < NTDDI_WIN11_GE) /* Available since at least SDK 10.0.26100.0 (didn't bother to check for earlier version). */
     2404# if !defined(IPRT_NT_USE_WINTERNL) || !defined(NTDDI_WIN11_GE) || (WDK_NTDDI_VERSION < NTDDI_WIN11_GE) /* Available since at least SDK 10.0.26100.0 (didn't bother to check for earlier version). */
    24052405typedef struct _FILE_STAT_INFORMATION
    24062406{
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