reactos/drivers/filesystems
Timo Kreuzer 0535332a69 [FASTFAT_NEW] "Fix" Flags bitfield to avoid RTC error
Since VS 16.11 the compiler sometimes emits calls to _RTC_UninitUse, when parts of a bitfield are initialized (See https://developercommunity.visualstudio.com/t/Broken-runtime-checks-with-CL-19293013/1503629). Fix this by using an ULONG instead of a bitfield.
Note: The structure uses a 24 bit bitfield plus an UCHAR, which is supposed to form a 32 bit field, but that doesn't work anyway.
2021-09-11 18:31:50 +02:00
..
btrfs [REACTOS] Silence warnings in 3r-party code 2021-07-23 22:03:48 +02:00
cdfs [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
ext2 [REACTOS] Silence warnings in 3r-party code 2021-07-23 22:03:48 +02:00
fastfat [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
fastfat_new [FASTFAT_NEW] "Fix" Flags bitfield to avoid RTC error 2021-09-11 18:31:50 +02:00
fs_rec [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
msfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
mup [REACTOS] Addendum to 5c7ce4475e - Fix MSVC 2015 build 2021-05-12 11:04:29 +02:00
nfs [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
npfs [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
ntfs [NTFS] Check file isn't encrypted 2021-08-04 16:07:18 +03:00
udfs [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
CMakeLists.txt [FFS] Remove the FFS/UFS driver 2021-07-30 17:14:57 +03:00