1 /* dosfsck.h - Interface with vfatlib.h */ 2 3 /* Redefine off_t as a 'long long' */ 4 // typedef __int64 off_t; 5 #define off_t __int64 6 7 #include "check/common.h" 8 #include "check/fsck.fat.h" 9 #include "check/io.h" 10 #include "check/boot.h" 11 #include "check/check.h" 12 #include "check/fat.h" 13 #include "check/file.h" 14 #include "check/lfn.h" 15