Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 031ac71

Browse files
committed
Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now.
1 parent d9f6e92 commit 031ac71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/mwerks/mwerks_nonshared_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
** specific features, you may also need different sets of sources.
66
*/
77

8-
#define USE_GUSI1 /* Stdio implemented with GUSI */
9-
/* #define USE_GUSI2 /* Stdio implemented with GUSI 2 */
8+
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
9+
#define USE_GUSI2 /* Stdio implemented with GUSI 2 */
1010
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
1111
#define USE_TOOLBOX /* Include toolbox modules in core Python */
1212
#define USE_QT /* Include quicktime modules in core Python */

0 commit comments

Comments
 (0)