Commit 65b99a72 authored by Jack Jansen's avatar Jack Jansen

Initialize GUSI for MacTkPython

parent 8d5c4735
...@@ -31,6 +31,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment