mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 12:03:03 -05:00
Don't try to call TerminateUnicodeConverter() in the CFM world: it isn't there.
[originally from svn r2381]
This commit is contained in:
parent
d1eddb0958
commit
ecdb9ce7b1
@ -1,4 +1,4 @@
|
|||||||
/* $Id: mac.c,v 1.8 2002/12/28 22:22:43 ben Exp $ */
|
/* $Id: mac.c,v 1.9 2002/12/29 19:14:56 ben Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1999 Ben Harris
|
* Copyright (c) 1999 Ben Harris
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -559,8 +559,10 @@ static void mac_adjustcursor(RgnHandle cursrgn) {
|
|||||||
|
|
||||||
static void mac_shutdown(void) {
|
static void mac_shutdown(void) {
|
||||||
|
|
||||||
|
#if !TARGET_RT_MAC_CFM
|
||||||
if (mac_gestalts.encvvers != 0)
|
if (mac_gestalts.encvvers != 0)
|
||||||
TerminateUnicodeConverter();
|
TerminateUnicodeConverter();
|
||||||
|
#endif
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user