summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/utils.h
blob: f97af5a82924158b77cd931ab111a8052deba8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DWORD toggleBit(DWORD dw, DWORD bit);
bool CheckFilter(TCHAR *buf, TCHAR *filter);

void CopyText(HWND hwnd, TCHAR *text);
void ExportHistory(HANDLE hContact, char *fnTemplate, char *fn, HWND hwndList);

char *appendString(char *s1, char *s2);
WCHAR *appendString(WCHAR *s1, WCHAR *s2);
/*
#ifdef DEBUG
	#define DebugInfo(x)
#else
	#define DebugInfo(x) DebugInfo_func x
	__forceinline void DebugInfo_func(const TCHAR *title, const TCHAR *fmt, ...)
	{
		PopUp
	}
#endif
*/