mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Add missing definitions for old 32-bit Windows compilers.
This commit is contained in:
@@ -46,4 +46,8 @@ typedef struct _WINNT_FILE_ZERO_DATA_INFORMATION
|
||||
LARGE_INTEGER BeyondFinalZero;
|
||||
} WINNT_FILE_ZERO_DATA_INFORMATION, *PWINNT_FILE_ZERO_DATA_INFORMATION;
|
||||
|
||||
#ifndef FILE_SUPPORTS_SPARSE_FILES
|
||||
#define FILE_SUPPORTS_SPARSE_FILES 0x0000040
|
||||
#endif
|
||||
|
||||
#endif // AARU_FSTESTER_SETTER_SRC_WIN32_SPARSE_H_
|
||||
|
||||
Reference in New Issue
Block a user