diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-30 15:05:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-04 06:51:29 +0000 |
commit | 974b7fe6dfa8935a2068365e416b8d886f9d2a32 (patch) | |
tree | 2e7c05cc5f67f691098bb871f26374271e3e6370 /external | |
parent | 480f6916eff8636fbf6b980a604c6e19a099df08 (diff) |
clang-cl loplugin: sal
Change-Id: If04d3f07dc8bffac8887773b5424c09848cd8f1a
Reviewed-on: https://gerrit.libreoffice.org/29404
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/poppler/poppler-snprintf.patch.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/external/poppler/poppler-snprintf.patch.1 b/external/poppler/poppler-snprintf.patch.1 index aaced8e099c2..f44dad538010 100644 --- a/external/poppler/poppler-snprintf.patch.1 +++ b/external/poppler/poppler-snprintf.patch.1 @@ -6,7 +6,7 @@ #include <stdlib.h> +#ifdef _WIN32 +# ifdef __MINGW32__ -+# define _SNPRINTF_DLLIMPORT ++# define LO_SNPRINTF_DLLIMPORT +# endif +# ifdef _MSC_VER +# include <systools/win32/snprintf.h> @@ -22,7 +22,7 @@ # include <shlobj.h> # include <mbstring.h> +# ifdef __MINGW32__ -+# define _SNPRINTF_DLLIMPORT ++# define LO_SNPRINTF_DLLIMPORT +# endif +# ifdef _MSC_VER +# include <systools/win32/snprintf.h> @@ -38,7 +38,7 @@ #include <assert.h> +#ifdef _WIN32 +# ifdef __MINGW32__ -+# define _SNPRINTF_DLLIMPORT ++# define LO_SNPRINTF_DLLIMPORT +# endif +# ifdef _MSC_VER +# include <systools/win32/snprintf.h> |