8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db83bb commit 9a26034Copy full SHA for 9a26034
ports/windows/mpconfigport.h
@@ -62,6 +62,7 @@
62
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1)
63
#define MICROPY_MODULE_WEAK_LINKS (1)
64
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
65
+#define MICROPY_VFS_POSIX_FILE (1)
66
#define MICROPY_PY_FUNCTION_ATTRS (1)
67
#define MICROPY_PY_DESCRIPTORS (1)
68
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
@@ -133,6 +134,9 @@ extern const struct _mp_print_t mp_stderr_print;
133
134
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (256)
135
#define MICROPY_KBD_EXCEPTION (1)
136
137
+#define mp_type_fileio mp_type_vfs_posix_fileio
138
+#define mp_type_textio mp_type_vfs_posix_textio
139
+
140
#define MICROPY_PORT_INIT_FUNC init()
141
#define MICROPY_PORT_DEINIT_FUNC deinit()
142
0 commit comments