Skip to content

Commit d22bdad

Browse files
committed
windows: Enable urandom module.
1 parent a53af6c commit d22bdad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/mpconfigport.h

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
#define MICROPY_PY_UHEAPQ (1)
9090
#define MICROPY_PY_UHASHLIB (1)
9191
#define MICROPY_PY_UBINASCII (1)
92+
#define MICROPY_PY_URANDOM (1)
9293
#define MICROPY_PY_MACHINE (1)
9394

9495
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)

0 commit comments

Comments
 (0)