summaryrefslogtreecommitdiffstatshomepage
path: root/windows
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-01-24 19:48:29 +0000
committerDamien George <damien.p.george@gmail.com>2016-01-26 15:27:00 +0000
commitd22bdad6ddd53f690a8c27b9493e6531cb59f0a2 (patch)
tree84aa202abe808405a5250f4cf4d05842587b33f1 /windows
parenta53af6c87540c41fdf34211ea99ee794cae6d160 (diff)
downloadmicropython-d22bdad6ddd53f690a8c27b9493e6531cb59f0a2.tar.gz
micropython-d22bdad6ddd53f690a8c27b9493e6531cb59f0a2.zip
windows: Enable urandom module.
Diffstat (limited to 'windows')
-rw-r--r--windows/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h
index 5812976006..80166f1495 100644
--- a/windows/mpconfigport.h
+++ b/windows/mpconfigport.h
@@ -89,6 +89,7 @@
#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UBINASCII (1)
+#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_MACHINE (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)