blob: f5b787e23c3ec3da6027da1c7ee481d77858dbc6 (
plain)
1
2
3
4
5
6
7
8
|
DWORD toggleBit(DWORD dw, DWORD bit);
bool CheckFilter(wchar_t* buf, wchar_t* filter);
void CopyText(HWND hwnd, wchar_t* text);
void ExportHistory(HANDLE hContact, char* fnTemplate, char* fn, HWND hwndList);
char* appendString(char* s1, char* s2);
wchar_t* appendString(wchar_t* s1, wchar_t* s2);
|