diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index a79221a..431c567 100644 --- a/utilities.h +++ b/utilities.h @@ -29,5 +29,7 @@ void HistoryLog(HANDLE hContact, char *data, int event_type, int flags); int ComboBoxAddStringUtf(HWND hCombo, const TCHAR *szString, DWORD data); bool isContactSecured(HANDLE hContact); const bool StriStr(const char *str, const char *substr); +string toUTF8(wstring str); +wstring toUTF16(string str); #endif |