diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-11-26 00:15:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-26 15:01:24 +0000 |
commit | 98df76f26a808940935f1218586443e0d9328d0d (patch) | |
tree | 3dd542bcd80a03adef91dbd499323a8915666ea4 /include/desktop/dllapi.h | |
parent | 8e9d171cf42931de44b00205a97c7801f07156a4 (diff) |
use the new ini file based minidump uploader
Change-Id: Iaf85fb53e6eff34e268b6948d62ca84b7f8e6dd2
Reviewed-on: https://gerrit.libreoffice.org/22558
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/desktop/dllapi.h')
-rw-r--r-- | include/desktop/dllapi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/desktop/dllapi.h b/include/desktop/dllapi.h index ebc75f1214ac..fd23aeb7f973 100644 --- a/include/desktop/dllapi.h +++ b/include/desktop/dllapi.h @@ -19,6 +19,12 @@ # define DESKTOP_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif +#if defined(CRASHREPORT_DLLIMPLEMENTATION) +# define CRASHREPORT_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#else +# define CRASHREPORT_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#endif + #endif /* vim: set shiftwidth=4 softtabstop=4 expandtab: */ |