diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2018-09-28 16:41:45 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2018-09-28 16:48:50 +0300 |
commit | 20c834d650d17bd21ea56bcd8fea6f60b2f9e2a2 (patch) | |
tree | 229984c9b0a938157585897bd24b90046c88ccd0 /plugins/NewStory/src/utils.h | |
parent | b2b42595bb3161c968168fca052a10fa189ffbb0 (diff) |
NewStory: don't work, not compiled
Diffstat (limited to 'plugins/NewStory/src/utils.h')
-rw-r--r-- | plugins/NewStory/src/utils.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/NewStory/src/utils.h b/plugins/NewStory/src/utils.h new file mode 100644 index 0000000000..f97af5a829 --- /dev/null +++ b/plugins/NewStory/src/utils.h @@ -0,0 +1,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 +*/
\ No newline at end of file |