summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-05 11:28:20 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-05 11:28:20 +0000
commit75447f6d413286e2925f7b44cb53753f34590c02 (patch)
treee6b716d914ad7de71920367f15ba27717a95f21a
parent7402762fc021fa380368c5f6fb694d745bcdbe59 (diff)
downloadrockbox-75447f6d413286e2925f7b44cb53753f34590c02.tar.gz
rockbox-75447f6d413286e2925f7b44cb53753f34590c02.zip
Added MAX_PATH
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1341 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/common/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/common/file.h b/firmware/common/file.h
index 9d0d6f0501..b5249ec042 100644
--- a/firmware/common/file.h
+++ b/firmware/common/file.h
@@ -20,6 +20,8 @@
20#ifndef _FILE_H_ 20#ifndef _FILE_H_
21#define _FILE_H_ 21#define _FILE_H_
22 22
23#define MAX_PATH 260
24
23#define SEEK_SET 0 25#define SEEK_SET 0
24#define SEEK_CUR 1 26#define SEEK_CUR 1
25#define SEEK_END 2 27#define SEEK_END 2