mirror of https://github.com/python/cpython
Initialize GUSI for MacTkPython
This commit is contained in:
parent
da38f2d6a3
commit
79559dcf47
|
@ -31,6 +31,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
extern void PyMac_InitApplication();
|
||||
|
||||
main() {
|
||||
#if defined(__MWERKS__) && defined(USE_TK)
|
||||
PyTk_InitGUSI();
|
||||
#endif
|
||||
#if defined(__MWERKS__) && defined(__CFM68K__)
|
||||
printf("Hello, world!\n");
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue