Added MAX_PATH

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-05 11:28:20 +00:00
parent 7402762fc0
commit 75447f6d41

View file

@ -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