diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-11 13:19:56 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-11 13:19:56 +0000 |
commit | 7e67728d3ea7790e4aa7a8197fc458e672922051 (patch) | |
tree | 20c77c739f4b225bb64e0564c2895a3b3718b0f4 /plugins/CrashDumper/src/stdafx.h | |
parent | 725c245c57c532658ef0d2a77ea50ff599c40dec (diff) |
Crash Dumper:
- Duplicate function removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@15532 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/stdafx.h')
-rw-r--r-- | plugins/CrashDumper/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/stdafx.h b/plugins/CrashDumper/src/stdafx.h index ed12cc4687..88427dda74 100644 --- a/plugins/CrashDumper/src/stdafx.h +++ b/plugins/CrashDumper/src/stdafx.h @@ -117,7 +117,6 @@ void ReadableExceptionInfo(PEXCEPTION_RECORD excrec, CMString& buffer); void GetLastWriteTime(LPCTSTR fileName, LPTSTR lpszString, DWORD dwSize);
void GetLastWriteTime(FILETIME* ftime, LPTSTR lpszString, DWORD dwSize);
-bool CreateDirectoryTree(LPTSTR szDir);
void StoreStringToClip(CMString& buffer);
void ShowMessage(int type, const TCHAR* format, ...);
bool IsPluginEnabled(TCHAR* filename);
|