aboutsummaryrefslogtreecommitdiff
path: root/windows/mpconfigport.h
diff options
context:
space:
mode:
authorstijn2014-12-18 16:53:46 +0100
committerPaul Sokolovsky2014-12-20 16:52:22 +0200
commitf5efefd5a0ba48b4aa980fc21b8371ab6473fb69 (patch)
tree2be97fd89a71ba11638bbdaf073db0c67089e8b8 /windows/mpconfigport.h
parent6d3ae569cf7115ff3453d89cd37166edea41de24 (diff)
windows: Correctly interpret skipped tests, enable uhashlib and ubinascii
Diffstat (limited to 'windows/mpconfigport.h')
-rw-r--r--windows/mpconfigport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index 1ec0c41af..d4d66109d 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -64,6 +64,8 @@
#define MICROPY_PY_UJSON (1)
#define MICROPY_PY_URE (1)
#define MICROPY_PY_UHEAPQ (1)
+#define MICROPY_PY_UHASHLIB (1)
+#define MICROPY_PY_UBINASCII (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
#ifdef _MSC_VER