aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2014-05-28 13:10:03 +0100
committerDamien George2014-05-28 13:10:03 +0100
commitae13758dd756b53a0265c1834601648ddb36fda3 (patch)
tree00215ebbc1c011644d3cc8484eb6b78da2ec487d
parent4de2fe10b4dde2ea7106ebcdb382b33d6a4acf14 (diff)
parent34c24a0fc2269553d9da69e2508206846a8a3eda (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.h2
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)