diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-08 13:47:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-08 13:47:14 +0000 |
commit | 631784c6fc67761742280e1fb876867bc1bb50fe (patch) | |
tree | 35e5c44553899e45dbb5364fbf47d1a7162976ed /plugins/CrashDumper/src/utils.h | |
parent | 0bf13f208abe2713455ba8e2d9ffb752233fcc24 (diff) |
added option to enable\diable catching exaptions
git-svn-id: http://svn.miranda-ng.org/main/trunk@10924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/utils.h')
-rw-r--r-- | plugins/CrashDumper/src/utils.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/CrashDumper/src/utils.h b/plugins/CrashDumper/src/utils.h index c02f89abd1..c538506f2e 100644 --- a/plugins/CrashDumper/src/utils.h +++ b/plugins/CrashDumper/src/utils.h @@ -66,8 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. -#define SIZEOF(X) (sizeof(X)/sizeof(X[0]))
-
#define MS_CRASHDUMPER_STORETOFILE "CrashDmp/StoreVerInfoToFile"
#define MS_CRASHDUMPER_STORETOCLIP "CrashDmp/StoreVerInfoToClip"
#define MS_CRASHDUMPER_GETINFO "Versioninfo/GetInfo"
@@ -91,9 +89,7 @@ struct VerTrnsfr extern HMODULE hInst;
extern DWORD mirandaVersion;
extern LCID packlcid;
-extern bool servicemode;
-extern bool clsdates;
-extern bool dtsubfldr;
+extern bool servicemode, clsdates, dtsubfldr, catchcrashes, needrestart;
extern TCHAR CrashLogFolder[MAX_PATH];
extern TCHAR VersionInfoFolder[MAX_PATH];
|