windows: Follow unix port changes regarding "utime" module.

This commit is contained in:
Paul Sokolovsky 2016-06-18 00:16:21 +03:00
parent 6f8880d0ab
commit 10e5e10393
2 changed files with 1 additions and 3 deletions

View File

@ -90,6 +90,7 @@
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_UTIME (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)

View File

@ -6,8 +6,5 @@ MICROPY_FORCE_32BIT = 0
# Linking with GNU readline causes binary to be licensed under GPL
MICROPY_USE_READLINE = 1
# Subset of CPython time module
MICROPY_PY_TIME = 1
# ffi module requires libffi (libffi-dev Debian package)
MICROPY_PY_FFI = 0