1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-31 15:08:14 +00:00
reactos/sdk/lib/fslib/vfatlib/check/dosfsck.h

14 lines
328 B
C

/* dosfsck.h - Interface with vfatlib.h */
/* Redefine off_t as a 'long long' */
// typedef __int64 off_t;
#define off_t __int64
#include "check/common.h"
#include "check/fsck.fat.h"
#include "check/io.h"
#include "check/boot.h"
#include "check/check.h"
#include "check/fat.h"
#include "check/file.h"
#include "check/lfn.h"