mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
14 lines
328 B
C
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"
|