Kaydet (Commit) 79559dcf authored tarafından Jack Jansen's avatar Jack Jansen

Initialize GUSI for MacTkPython

üst da38f2d6
......@@ -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
......
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