summaryrefslogtreecommitdiff
path: root/emu/Nt/r16.h
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-04-02 20:10:46 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-04-02 20:10:46 +0100
commit88a2ef21ad9c32afd0d0ef26362e35c074f890a7 (patch)
tree26dd8888143df901a3377d441af9e1f8d3bd3096 /emu/Nt/r16.h
parent3df564da98071d088879b6c15e0b02e0e7952668 (diff)
Rune16 conversion routines because Rune is 32 bits
Diffstat (limited to 'emu/Nt/r16.h')
-rw-r--r--emu/Nt/r16.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/emu/Nt/r16.h b/emu/Nt/r16.h
index fc991abb..4dbfa43f 100644
--- a/emu/Nt/r16.h
+++ b/emu/Nt/r16.h
@@ -4,7 +4,7 @@ typedef unsigned short Rune16;
char *narrowen(wchar_t *ws);
int widebytes(wchar_t *ws);
int runes16len(Rune16*);
- Rune16* runes16dup(Rune*);
- Rune16* utftorunes16(Rune*, char*, int);
+ Rune16* runes16dup(Rune16*);
+ Rune16* utftorunes16(Rune16*, char*, int);
char* runes16toutf(char*, Rune16*, int);
- int runescmp(Rune16*, Rune*);
+ int runescmp(Rune16*, Rune16*);