diff options
author | Max Kellermann <max@duempel.org> | 2015-03-05 08:05:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-05 08:58:04 +0100 |
commit | a062693875a9024d55e00c8bc458b84a55bb4fd0 (patch) | |
tree | a8ab2ee85ee49b6254d5664f7dcc34851488b24a /src/util/StringAPI.hxx | |
parent | 6887d5d347ff6349ae117cb8f16ead97c27cc427 (diff) |
util/StringAPI: add wchar_t overloads
Diffstat (limited to 'src/util/StringAPI.hxx')
-rw-r--r-- | src/util/StringAPI.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/StringAPI.hxx b/src/util/StringAPI.hxx index c02055437..203bd675a 100644 --- a/src/util/StringAPI.hxx +++ b/src/util/StringAPI.hxx @@ -34,6 +34,10 @@ #include <string.h> +#ifdef _UNICODE +#include "WStringAPI.hxx" +#endif + gcc_pure gcc_nonnull_all static inline size_t StringLength(const char *p) |