summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-13 14:12:32 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-10-13 14:12:32 +0300
commite6c5a63fabf3c7195638140496de76522e1a8208 (patch)
treec6733f3ee5ce1893c550640bc7b8aeb43a01c0b1
parent4b71c056efef42d8bb81b980e0fd53ec0597249d (diff)
windows: Enable moduzlib instead of modzlibd.
-rw-r--r--windows/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index f71be5d11..ee207c1ef 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -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)