https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d9a287e9a5fffc6c02a9e6885ef8de41fd88485f
commit d9a287e9a5fffc6c02a9e6885ef8de41fd88485f Author: Timo Kreuzer <timo.kreu...@reactos.org> AuthorDate: Sun Sep 1 16:26:17 2024 +0300 Commit: Timo Kreuzer <timo.kreu...@reactos.org> CommitDate: Sat Sep 14 20:15:07 2024 +0300 [FASTFAT] Use debug bitmap This is to figure out, whether the bitmap gets corrupted or if there is something else going on. --- drivers/filesystems/fastfat/fatprocs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/filesystems/fastfat/fatprocs.h b/drivers/filesystems/fastfat/fatprocs.h index f89f2325bee..86761acd7fc 100644 --- a/drivers/filesystems/fastfat/fatprocs.h +++ b/drivers/filesystems/fastfat/fatprocs.h @@ -36,6 +36,7 @@ Abstract: #include <ntintsafe.h> #ifdef __REACTOS__ #include <pseh/pseh2.h> +#include <dbgbitmap.h> #endif