From 34c24a0fc2269553d9da69e2508206846a8a3eda Mon Sep 17 00:00:00 2001 From: stijn Date: Tue, 27 May 2014 14:35:28 +0200 Subject: [PATCH] windows: Complete rename of MICROPY_PATH_MAX to MICROPY_ALLOC_PATH_MAX (58ebde4) --- windows/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index 760596b0ea..0ac715f405 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)