windows: Enable moduzlib instead of modzlibd.

native-del-fast
Paul Sokolovsky 2014-10-13 14:12:32 +03:00
parent 4b71c056ef
commit e6c5a63fab
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
#define MICROPY_PY_UCTYPES (1)
#define MICROPY_PY_ZLIBD (1)
#define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_UJSON (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)