From d14d4cdb8bc55b5937014f7a63932fdc1c50fdb0 Mon Sep 17 00:00:00 2001 From: stijn Date: Fri, 9 Sep 2016 14:26:27 +0200 Subject: [PATCH] windows: Enable MICROPY_PY_UERRNO This also fixes the test failure for vfs_fat_ramdisk.py --- windows/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index ccf8768bf5..da49bc0dcb 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -82,6 +82,7 @@ #define MICROPY_STACKLESS (0) #define MICROPY_STACKLESS_STRICT (0) +#define MICROPY_PY_UERRNO (1) #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_UZLIB (1) #define MICROPY_PY_UJSON (1)