Added MAX_PATH
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7402762fc0
commit
75447f6d41
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue