diff options
Diffstat (limited to 'windows/mpconfigport.h')
-rw-r--r-- | windows/mpconfigport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index a9c8b7861e..f63f901f0b 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -186,9 +186,6 @@ void msec_sleep(double msec); #define restrict #define inline __inline #define alignof(t) __alignof(t) -#define STDIN_FILENO 0 -#define STDOUT_FILENO 1 -#define STDERR_FILENO 2 #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) |