summaryrefslogtreecommitdiff
path: root/emu/Nt/os.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/Nt/os.c')
-rw-r--r--emu/Nt/os.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/emu/Nt/os.c b/emu/Nt/os.c
index dfa69493..82e12d2f 100644
--- a/emu/Nt/os.c
+++ b/emu/Nt/os.c
@@ -9,6 +9,8 @@
#include "fns.h"
#include "error.h"
+#include "r16.h"
+
int SYS_SLEEP = 2;
int SOCK_SELECT = 3;
#define MAXSLEEPERS 1500
@@ -24,14 +26,6 @@ static HANDLE errh = INVALID_HANDLE_VALUE;
static int donetermset = 0;
static int sleepers = 0;
- 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;