Skip to content
Snippets Groups Projects
Commit 34c24a0f authored by stijn's avatar stijn
Browse files

windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde46)

parent 0405b221
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment