diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 18:15:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 18:15:02 +0300 |
commit | 353c79463614e291eb37e629e8b0d1cb9c58d8e8 (patch) | |
tree | c4a3a921bf8f0411933485d8c7fde446b1b8d305 /utilities.h | |
parent | 4f8f8d3b1691decd02ba93ca7799c46cff1c4f9b (diff) |
code cleanup
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/utilities.h b/utilities.h index b7f0a7d..a480d14 100644 --- a/utilities.h +++ b/utilities.h @@ -18,17 +18,5 @@ #define UTILITIES_H TCHAR* __stdcall UniGetContactSettingUtf(HANDLE hContact, const char *szModule,const char* szSetting, TCHAR* szDef); char* __stdcall UniGetContactSettingUtf(HANDLE hContact, const char *szModule,const char* szSetting, char* szDef); -void HistoryLog(HANDLE hContact, char *data, int event_type, int flags); -int ComboBoxAddStringUtf(HWND hCombo, const TCHAR *szString, DWORD data); -const bool StriStr(const char *str, const char *substr); - -class iwchar_traits : public std::char_traits<wchar_t> {
-public:
- static bool eq(wchar_t, wchar_t);
- static bool lt(wchar_t, wchar_t);
- static int compare(const wchar_t *, const wchar_t *, size_t n);
- static const char * find(const wchar_t *, size_t n, wchar_t);
-};
- #endif |