summaryrefslogtreecommitdiff
path: root/framework/inc/framework/fwedllapi.h
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-06 14:57:12 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-06 14:57:12 +0100
commitdf5ccb739bed5666a8e053c90fe03527ecd9a75c (patch)
treecb09777611ba90419dbbe159c783969ce74e6520 /framework/inc/framework/fwedllapi.h
parent8c3fc316ba4b8ebd3900273c788e98130b3dbe4e (diff)
parent04afdea56a69c2418231e0881dc37a8f490b1147 (diff)
removetooltypes01: rebase to DEV300_m96
Diffstat (limited to 'framework/inc/framework/fwedllapi.h')
-rw-r--r--framework/inc/framework/fwedllapi.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/framework/inc/framework/fwedllapi.h b/framework/inc/framework/fwedllapi.h
new file mode 100644
index 0000000000..c3aa1bb81d
--- /dev/null
+++ b/framework/inc/framework/fwedllapi.h
@@ -0,0 +1,13 @@
+#ifndef INCLUDED_FWEDLLAPI_H
+#define INCLUDED_FWEDLLAPI_H
+
+#include "sal/types.h"
+
+#if defined(FWE_DLLIMPLEMENTATION)
+#define FWE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define FWE_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+#define FWE_DLLPRIVATE SAL_DLLPRIVATE
+
+#endif /* INCLUDED_FWEDLLAPI_H */