From d6154a09c1e3139c728a8df6bb0fc3cc90fdba64 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Tue, 4 Jun 2013 14:57:30 +0000 Subject: distinguish 16-bit runes from Inferno definition --- emu/Nt/ie-os.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'emu/Nt/ie-os.c') diff --git a/emu/Nt/ie-os.c b/emu/Nt/ie-os.c index ee38f2ac..f97b4e32 100644 --- a/emu/Nt/ie-os.c +++ b/emu/Nt/ie-os.c @@ -8,6 +8,7 @@ #include "dat.h" #include "fns.h" #include "error.h" +#include "r16.h" #include "ieplugin.h" extern int SYS_SLEEP = 2; @@ -26,15 +27,6 @@ static int sleepers; static ulong erendezvous(void*, ulong); - wchar_t *widen(char *s); - char *narrowen(wchar_t *ws); - int widebytes(wchar_t *ws); - int runeslen(Rune*); - Rune* runesdup(Rune*); - Rune* utftorunes(Rune*, char*, int); - char* runestoutf(char*, Rune*, int); - int runescmp(Rune*, Rune*); - __declspec(thread) Proc *up; HANDLE ntfd2h(int); -- cgit v1.2.3