From e6c5a63fabf3c7195638140496de76522e1a8208 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 13 Oct 2014 14:12:32 +0300 Subject: [PATCH] windows: Enable moduzlib instead of modzlibd. --- windows/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index f71be5d117..ee207c1ef8 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)