Initialize GUSI for MacTkPython

This commit is contained in:
Jack Jansen 1995-11-14 10:24:44 +00:00
parent da38f2d6a3
commit 79559dcf47
1 changed files with 3 additions and 0 deletions

View File

@ -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