Always use wide characters.
This commit is contained in:
parent
d239b1669b
commit
003ac6cca4
18 changed files with 546 additions and 588 deletions
4
str.h
4
str.h
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue