mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Initialize GUSI for MacTkPython
This commit is contained in:
parent
da38f2d6a3
commit
79559dcf47
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
extern void PyMac_InitApplication();
|
extern void PyMac_InitApplication();
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
#if defined(__MWERKS__) && defined(USE_TK)
|
||||||
|
PyTk_InitGUSI();
|
||||||
|
#endif
|
||||||
#if defined(__MWERKS__) && defined(__CFM68K__)
|
#if defined(__MWERKS__) && defined(__CFM68K__)
|
||||||
printf("Hello, world!\n");
|
printf("Hello, world!\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue