| 2091 | } |
| 2092 | |
| 2093 | static bool StartsWith(const std::string& heystacl, const char* needle) |
| 2094 | { |
| 2095 | return heystacl.compare(0, strlen(needle), needle) == 0; |
| 2096 | } |
| 2097 | |
| 2098 | static bool StartsWith(const std::wstring& heystacl, const wchar_t* needle) |
| 2099 | { |