mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4)
This commit is contained in:
@@ -105,7 +105,7 @@ void msec_sleep(double msec);
|
||||
#define STDIN_FILENO 0
|
||||
#define STDOUT_FILENO 1
|
||||
#define STDERR_FILENO 2
|
||||
#define PATH_MAX MICROPY_PATH_MAX
|
||||
#define PATH_MAX MICROPY_ALLOC_PATH_MAX
|
||||
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
|
||||
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user