1
0
Fork 0
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:
Daniel Stenberg 2002-09-13 06:27:16 +00:00
parent c455e7bd53
commit cc1662420f

View file

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