update credits
[LibreOffice.git] / hunspell / hunspell-wundef.patch.1
blob75131e06a2bc7c33ad51d8083b112a39029404d7
1 --- a/src/hunspell/hunvisapi.h.in       2013-04-01 14:41:16.507546705 +0200
2 +++ b/src/hunspell/hunvisapi.h.in       2013-04-01 14:41:24.537547190 +0200
3 @@ -9,7 +9,7 @@
4  #  else
5  #    define LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport)
6  #  endif
7 -#elif BUILDING_LIBHUNSPELL && @HAVE_VISIBILITY@
8 +#elif defined(BUILDING_LIBHUNSPELL) && @HAVE_VISIBILITY@
9  #  define LIBHUNSPELL_DLL_EXPORTED __attribute__((__visibility__("default")))
10  #else
11  #  define LIBHUNSPELL_DLL_EXPORTED