summaryrefslogtreecommitdiff
path: root/include/cppu/cppudllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppu/cppudllapi.h')
-rw-r--r--include/cppu/cppudllapi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cppu/cppudllapi.h b/include/cppu/cppudllapi.h
index c2bcc559bbea..fecbdca71164 100644
--- a/include/cppu/cppudllapi.h
+++ b/include/cppu/cppudllapi.h
@@ -5,15 +5,15 @@
#include "sal/types.h"
#if defined(CPPU_DLLIMPLEMENTATION)
-#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
-#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#define CPPU_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#if defined(PURPENV_DLLIMPLEMENTATION)
-#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
-#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#define PURPENV_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
#endif // INCLUDED_CPPU_CPPUDLLAPI_H