Changeset 106418 in vbox for trunk/include/iprt/nt/nt.h
- Timestamp:
- Oct 17, 2024 9:51:18 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r106417 r106418 2402 2402 typedef FILE_DESIRED_STORAGE_CLASS_INFORMATION *PFILE_DESIRED_STORAGE_CLASS_INFORMATION; 2403 2403 # 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). */ 2405 2405 typedef struct _FILE_STAT_INFORMATION 2406 2406 {
Note:
See TracChangeset
for help on using the changeset viewer.