1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/checkwps/file.h

7 lines
104 B
C

#ifndef MAX_PATH
#define MAX_PATH 260
#endif
/* Wrapper - required for O_RDONLY */
#include <fcntl.h>