1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Update for Unicode deglobalisations.

[originally from svn r2600]
This commit is contained in:
Ben Harris
2003-01-14 19:42:00 +00:00
parent 94fdeb2317
commit 1d92c2b783
4 changed files with 17 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $Id: mac.c,v 1.28 2003/01/14 19:09:24 ben Exp $ */
/* $Id: mac.c,v 1.29 2003/01/14 19:42:00 ben Exp $ */
/*
* Copyright (c) 1999 Ben Harris
* All rights reserved.
@ -215,7 +215,6 @@ static void mac_startup(void) {
LMSetCurDirStore(dirid);
}
}
init_ucs();
}
static void mac_eventloop(void) {