always have a PATH_MAX definition
This commit is contained in:
@@ -26,6 +26,10 @@
|
|||||||
|
|
||||||
#include "STRINGS.h"
|
#include "STRINGS.h"
|
||||||
|
|
||||||
|
#ifndef PATH_MAX
|
||||||
|
#define PATH_MAX 4096
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef uint8_t u8;
|
typedef uint8_t u8;
|
||||||
typedef uint16_t u16;
|
typedef uint16_t u16;
|
||||||
typedef uint32_t u32;
|
typedef uint32_t u32;
|
||||||
|
Reference in New Issue
Block a user