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