mirror of
https://github.com/python/cpython.git
synced 2025-09-07 01:11:26 +00:00
Modified for GUSI
This commit is contained in:
parent
b852b74c71
commit
c743c8d166
5 changed files with 76 additions and 6 deletions
|
@ -31,8 +31,8 @@ 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();
|
||||
#if defined(USE_GUSI)
|
||||
GUSIDefaultSetup();
|
||||
#endif
|
||||
#if defined(__MWERKS__) && defined(__CFM68K__)
|
||||
printf("Hello, world!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue