diff options
Diffstat (limited to '')
-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) |