windows: Enable READER_POSIX to get access to lexer_new_from_file.

pull/1/head
Damien George 2016-11-16 20:27:12 +11:00
parent 85ae17c993
commit 32e98257e2
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#define MICROPY_MALLOC_USES_ALLOCATED_SIZE (1)
#define MICROPY_MEM_STATS (1)
#define MICROPY_DEBUG_PRINTERS (1)
#define MICROPY_READER_POSIX (1)
#define MICROPY_USE_READLINE_HISTORY (1)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_REPL_EMACS_KEYS (1)