1
0
Fork 0
forked from len0rd/rockbox

long policy

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6071 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jean-Philippe Bernardy 2005-02-26 21:18:05 +00:00
parent 74a1fb8d83
commit 5da99ed570
3 changed files with 8 additions and 8 deletions

View file

@ -45,8 +45,8 @@
struct dirent {
unsigned char d_name[MAX_PATH];
int attribute;
int size;
int startcluster;
long size;
long startcluster;
unsigned short wrtdate; /* Last write date */
unsigned short wrttime; /* Last write time */
};
@ -57,7 +57,7 @@ struct dirent {
typedef struct {
#ifndef SIMULATOR
bool busy;
int startcluster;
long startcluster;
struct fat_dir fatdir;
struct fat_dir parent_dir;
struct dirent theent;