windows: Enable frozen set and sys.exit

store-consts
stijn 2014-05-10 20:44:20 +02:00
parent 2323ef9182
commit b9d8091d0e
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#define MICROPY_ENABLE_LEXER_UNIX (1)
#define MICROPY_ENABLE_MOD_CMATH (1)
#define MICROPY_MOD_SYS_STDFILES (1)
#define MICROPY_MOD_SYS_EXIT (1)
#define MICROPY_ENABLE_FROZENSET (1)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_PORT_INIT_FUNC init()