X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8768ce315f36b41e4645dfa099bb9c5a60b0d964..713b8b7a02c4385426cc06071142c50d042dd16b:/mac/mac.c?ds=sidebyside diff --git a/mac/mac.c b/mac/mac.c index 779792fb..54ed35ca 100644 --- a/mac/mac.c +++ b/mac/mac.c @@ -1,4 +1,4 @@ -/* $Id: mac.c,v 1.7 2002/12/13 00:02:48 ben Exp $ */ +/* $Id: mac.c,v 1.9 2002/12/29 19:14:56 ben Exp $ */ /* * Copyright (c) 1999 Ben Harris * All rights reserved. @@ -456,11 +456,6 @@ static void mac_openabout(void) { } static void mac_openlicence(void) { - DialogItemType itemtype; - Handle item; - VersRecHndl vers; - Rect box; - StringPtr longvers; if (windows.licence) SelectWindow(windows.licence); @@ -564,8 +559,10 @@ static void mac_adjustcursor(RgnHandle cursrgn) { static void mac_shutdown(void) { +#if !TARGET_RT_MAC_CFM if (mac_gestalts.encvvers != 0) TerminateUnicodeConverter(); +#endif exit(0); }