windows: Enable MICROPY_PY_UERRNO

This also fixes the test failure for vfs_fat_ramdisk.py
esp8266-idle-ticks
stijn 2016-09-09 14:26:27 +02:00 committed by Damien George
parent a50b26e4b0
commit d14d4cdb8b
1 changed files with 1 additions and 0 deletions

View File

@ -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)