diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-05 11:28:20 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-05 11:28:20 +0000 |
| commit | 75447f6d413286e2925f7b44cb53753f34590c02 (patch) | |
| tree | e6b716d914ad7de71920367f15ba27717a95f21a | |
| parent | 7402762fc021fa380368c5f6fb694d745bcdbe59 (diff) | |
| download | rockbox-75447f6d413286e2925f7b44cb53753f34590c02.zip rockbox-75447f6d413286e2925f7b44cb53753f34590c02.tar.gz rockbox-75447f6d413286e2925f7b44cb53753f34590c02.tar.bz2 rockbox-75447f6d413286e2925f7b44cb53753f34590c02.tar.xz | |
Added MAX_PATH
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1341 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/common/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/common/file.h b/firmware/common/file.h index 9d0d6f0..b5249ec 100644 --- a/firmware/common/file.h +++ b/firmware/common/file.h @@ -20,6 +20,8 @@ #ifndef _FILE_H_ #define _FILE_H_ +#define MAX_PATH 260 + #define SEEK_SET 0 #define SEEK_CUR 1 #define SEEK_END 2 |