diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-04 14:57:30 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-04 14:57:30 +0000 |
| commit | d6154a09c1e3139c728a8df6bb0fc3cc90fdba64 (patch) | |
| tree | 8196ff87c4c4a3d9a0ac630e2ef2381a137c3df5 /emu/Nt/ie-os.c | |
| parent | a7053ac4b096681d5ae89a863c1b81811e7716a4 (diff) | |
distinguish 16-bit runes from Inferno definition
Diffstat (limited to 'emu/Nt/ie-os.c')
| -rw-r--r-- | emu/Nt/ie-os.c | 10 |
1 files changed, 1 insertions, 9 deletions
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); |
