summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-11 14:16:35 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-11 14:16:35 +0000
commita6e3ea47a2530c620a63d26ab0e437c4910bc464 (patch)
tree8bfcfa6694eb242f855419aebba8dca97ad639e4 /crashrep
parentba14997db02ea6aee820fd8b454db1956c089c67 (diff)
INTEGRATION: CWS reportcompfix (1.10.10); FILE MERGED
2004/06/11 09:54:09 hro 1.10.10.1: #117060# Generate compiler version string dynamically
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/source/win32/soreport.cpp16
1 files changed, 3 insertions, 13 deletions
diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp
index 0c8291c2dcd2..4234e15ead7e 100755
--- a/crashrep/source/win32/soreport.cpp
+++ b/crashrep/source/win32/soreport.cpp
@@ -2,9 +2,9 @@
*
* $RCSfile: soreport.cpp,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 11:05:36 $
+ * last change: $Author: kz $ $Date: 2004-06-11 15:16:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,17 +97,7 @@
#include <malloc.h>
#include <process.h>
-#if _MSC_VER < 1300
-#define COMEX "9"
-#else
-#define COMEX "8"
-#endif
-
-#ifdef PRODUCT
-#define _INPATH "wntmsci" COMEX ".pro"
-#else
-#define _INPATH "wntmsci" COMEX
-#endif
+#include <_version.h>
#include "resource.h"
#include "base64.h"