Always use wide characters.

This commit is contained in:
Felicity Tarnell 2014-03-08 00:30:40 +00:00
parent d239b1669b
commit 003ac6cca4
18 changed files with 546 additions and 588 deletions

4
str.h
View file

@ -15,7 +15,7 @@
#include "wide.h"
size_t tokenise(const WCHAR *, WCHAR ***result);
void tokfree(WCHAR ***);
size_t tokenise(const wchar_t *, wchar_t ***result);
void tokfree(wchar_t ***);
#endif /* !TTS_STR_H */