summaryrefslogtreecommitdiff
path: root/sc/inc/scdllapi.h
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:25:52 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:25:52 +0000
commite5e3f9d993d09bdec7faab34b9934b1b705ad0c0 (patch)
tree1bb934670324a09cb569ea738ac456f0f3b89478 /sc/inc/scdllapi.h
parentf65777032de96c3a353e66191efb802ecdf0f8e4 (diff)
INTEGRATION: CWS tune03 (1.1.2); FILE ADDED
2004/07/08 16:45:01 mhu 1.1.2.1: #i29979# Added SC_DLLPUBLIC/PRIVATE (see scdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sc/inc/scdllapi.h')
-rw-r--r--sc/inc/scdllapi.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/inc/scdllapi.h b/sc/inc/scdllapi.h
new file mode 100644
index 000000000000..1f1816da2823
--- /dev/null
+++ b/sc/inc/scdllapi.h
@@ -0,0 +1,15 @@
+#ifndef INCLUDED_SCDLLAPI_H
+#define INCLUDED_SCDLLAPI_H
+
+#ifndef _SAL_TYPES_H_
+#include "sal/types.h"
+#endif
+
+#if defined(SC_DLLIMPLEMENTATION)
+#define SC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define SC_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+#define SC_DLLPRIVATE SAL_DLLPRIVATE
+
+#endif /* INCLUDED_SCDLLAPI_H */