Project

General

Profile

« Previous | Next » 

Revision 62

Added by markw over 11 years ago

Added real-only support. Describe disk image in menu.

View differences:

pff_file.h
struct SimpleFile
{
char path[MAX_PATH_LENGTH];
int is_readonly;
int size;
};
......
char lfn[256];
int size;
int is_subdir;
int is_readonly;
struct SimpleDirEntry * next; // as linked list - want to allow sorting...
};

Also available in: Unified diff