rockbox/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>