From a062693875a9024d55e00c8bc458b84a55bb4fd0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Mar 2015 08:05:31 +0100 Subject: util/StringAPI: add wchar_t overloads --- src/util/StringAPI.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util/StringAPI.hxx') 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 +#ifdef _UNICODE +#include "WStringAPI.hxx" +#endif + gcc_pure gcc_nonnull_all static inline size_t StringLength(const char *p) -- cgit v1.2.3