- Reorganized init code

- Fixed serious bug in code to get options from a resource
This commit is contained in:
Jack Jansen 1996-02-28 15:42:47 +00:00
parent dc1c64a148
commit 01fbc68896
5 changed files with 63 additions and 45 deletions

View file

@ -31,9 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
extern void PyMac_InitApplication();
main() {
#if defined(USE_GUSI)
GUSIDefaultSetup();
#endif
#if defined(__MWERKS__) && defined(__CFM68K__)
printf("Hello, world!\n");
#endif