diff options
| author | Damien George | 2014-05-28 13:10:03 +0100 |
|---|---|---|
| committer | Damien George | 2014-05-28 13:10:03 +0100 |
| commit | ae13758dd756b53a0265c1834601648ddb36fda3 (patch) | |
| tree | 00215ebbc1c011644d3cc8484eb6b78da2ec487d | |
| parent | 4de2fe10b4dde2ea7106ebcdb382b33d6a4acf14 (diff) | |
| parent | 34c24a0fc2269553d9da69e2508206846a8a3eda (diff) | |
Merge pull request #631 from stinos/fix-win-def
windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (...
| -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) |
