diff options
Diffstat (limited to 'emu/Nt/win.c')
| -rw-r--r-- | emu/Nt/win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emu/Nt/win.c b/emu/Nt/win.c index 93c79c25..4eb56f45 100644 --- a/emu/Nt/win.c +++ b/emu/Nt/win.c @@ -35,7 +35,7 @@ extern ulong displaychan; -extern char* runestoutf(char*, Rune*, int); +extern char* runes16toutf(char*, Rune*, int); extern int bytesperline(Rectangle, int); extern int main(int argc, char **argv); static void dprint(char*, ...); @@ -706,7 +706,7 @@ clipreadunicode(HANDLE h) n = runenlen(p, runestrlen(p)+1); q = malloc(n); if(q != nil) - runestoutf(q, p, n); + runes16toutf(q, p, n); GlobalUnlock(h); if(q == nil) |
