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

Skip to content

Commit 037649e

Browse files
committed
Enable multithreading.
1 parent 6d3632a commit 037649e

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/mwerks/mwerks_plugin_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#define USE_GUSI1 /* Stdio implemented with GUSI */
66
/* #define USE_GUSI2 /* Stdio implemented with GUSI */
7+
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
78
#define USE_MSL /* Use MSL libraries */
89
#ifdef USE_MSL
910
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */

Mac/mwerks/mwerks_shared_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* #define USE_GUSI1 /* Stdio implemented with GUSI */
1010
#define USE_GUSI2 /* Stdio implemented with GUSI */
11+
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
1112
#define USE_MSL /* Use Mw Standard Library (as opposed to Plaugher C libraries) */
1213
#define USE_CORE_TOOLBOX /* Include core toolbox modules (Dlg,Ctl,Menu,Win,Res,Qd) */
1314
/* #define USE_TOOLBOX /* Include all toolbox modules in core Python */

Mac/mwerks/mwerks_tkplugin_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
#define USE_GUSI1 /* Stdio implemented with GUSI */
66
/* #define USE_GUSI2 /* Stdio implemented with GUSI */
7+
#define WITH_THREAD /* Use thread support (needs GUSI 2, not GUSI 1) */
78
#define USE_TK /* Include _tkinter module in core Python */
89
#define MAC_TCL /* This *must* be on if USE_TK is on */

0 commit comments

Comments
 (0)