util/StringUtil: add wchar_t overloads

This commit is contained in:
Max Kellermann
2015-03-05 08:21:51 +01:00
parent a062693875
commit 5798faa13b
4 changed files with 106 additions and 0 deletions

View File

@@ -24,6 +24,10 @@
#include <stddef.h>
#ifdef _UNICODE
#include "WStringUtil.hxx"
#endif
gcc_pure
bool
StringStartsWith(const char *haystack, const char *needle);