diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/hunvisapi.h')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/hunvisapi.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/SpellChecker/src/hunspell/hunvisapi.h b/plugins/SpellChecker/src/hunspell/hunvisapi.h deleted file mode 100644 index e466db9df1..0000000000 --- a/plugins/SpellChecker/src/hunspell/hunvisapi.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _HUNSPELL_VISIBILITY_H_ -#define _HUNSPELL_VISIBILITY_H_ - -#pragma warning(disable:4267) - -#if defined(HUNSPELL_STATIC) -# define LIBHUNSPELL_DLL_EXPORTED -#elif defined(_MSC_VER) -# if defined(BUILDING_LIBHUNSPELL) -# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllexport) -# else -# define LIBHUNSPELL_DLL_EXPORTED __declspec(dllimport) -# endif -#elif BUILDING_LIBHUNSPELL && 1 -# define LIBHUNSPELL_DLL_EXPORTED __attribute__((__visibility__("default"))) -#else -# define LIBHUNSPELL_DLL_EXPORTED -#endif - -#endif |