util/StringUtil: add wchar_t overloads
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef _UNICODE
|
||||
#include "WStringUtil.hxx"
|
||||
#endif
|
||||
|
||||
gcc_pure
|
||||
bool
|
||||
StringStartsWith(const char *haystack, const char *needle);
|
||||
|
Reference in New Issue
Block a user