forked from len0rd/rockbox
undef MAX_PATH before defining it makes it play the simulator game better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c455e7bd53
commit
cc1662420f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#ifndef _FILE_H_
|
||||
#define _FILE_H_
|
||||
|
||||
#undef MAX_PATH /* this avoids problems when building simulator */
|
||||
#define MAX_PATH 260
|
||||
|
||||
#ifndef SEEK_SET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue