diff options
Diffstat (limited to 'include/helpcompiler/dllapi.h')
-rw-r--r-- | include/helpcompiler/dllapi.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/helpcompiler/dllapi.h b/include/helpcompiler/dllapi.h index c82395272134..a2035bafb9c1 100644 --- a/include/helpcompiler/dllapi.h +++ b/include/helpcompiler/dllapi.h @@ -29,12 +29,6 @@ #define L10N_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif -#if defined UNX && ! defined MACOS -#define L10N_PLUGIN_PUBLIC L10N_DLLPUBLIC -#else -#define L10N_PLUGIN_PUBLIC SAL_DLLPRIVATE -#endif - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |