diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-22 06:41:04 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-22 06:41:04 +0000 |
commit | de1292e9f4e979e70c568eb2247cefbdf470fcec (patch) | |
tree | febb0d287e86875d9481ec003892744e7eb07bc6 /plugins/Svc_crshdmp/utils.h | |
parent | 9ec2ba379f413bc3817a49f374c5faa1ee23c01a (diff) |
Svc_crshdmp - patch from Mataes
git-svn-id: http://svn.miranda-ng.org/main/trunk@126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Svc_crshdmp/utils.h')
-rw-r--r-- | plugins/Svc_crshdmp/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Svc_crshdmp/utils.h b/plugins/Svc_crshdmp/utils.h index 88a903c028..06770ae9b5 100644 --- a/plugins/Svc_crshdmp/utils.h +++ b/plugins/Svc_crshdmp/utils.h @@ -116,6 +116,7 @@ extern DWORD mirandaVersion; extern LCID packlcid;
extern bool servicemode;
extern bool clsdates;
+extern bool dtsubfldr;
extern TCHAR CrashLogFolder[MAX_PATH];
extern TCHAR VersionInfoFolder[MAX_PATH];
|