diff options
author | stijn <stinos@zoho.com> | 2014-05-27 14:35:28 +0200 |
---|---|---|
committer | stijn <stinos@zoho.com> | 2014-05-27 14:35:56 +0200 |
commit | 34c24a0fc2269553d9da69e2508206846a8a3eda (patch) | |
tree | cf8f7def65b6a680e57d4d9ca339fd230d9318c9 | |
parent | 0405b2210d57006dd5ce8a235d39d547dc5b7fde (diff) |
windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4)
-rw-r--r-- | windows/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index 760596b0e..0ac715f40 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -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) |