summaryrefslogtreecommitdiff
path: root/basegfx/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-03-01 21:09:50 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 00:49:38 +0200
commit4cc1a8ddd6b302023395270ee3b49344aa90a52b (patch)
treeb02fe1fee56371e38da1b532aa539049b6948e8f /basegfx/inc
parentc74684b9ce06883a1515165bfe112ba375639a2d (diff)
CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]
Diffstat (limited to 'basegfx/inc')
-rw-r--r--basegfx/inc/basegfx/basegfxdllapi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/basegfx/inc/basegfx/basegfxdllapi.h b/basegfx/inc/basegfx/basegfxdllapi.h
index 2088ea293e92..791343cfc5a5 100644
--- a/basegfx/inc/basegfx/basegfxdllapi.h
+++ b/basegfx/inc/basegfx/basegfxdllapi.h
@@ -27,6 +27,12 @@
#ifndef INCLUDED_BASEGFXDLLAPI_H
#define INCLUDED_BASEGFXDLLAPI_H
+#if defined BASEGFX_STATICLIBRARY
+#define BASEGFX_DLLPUBLIC
+#define BASEGFX_DLLPRIVATE
+
+#else
+
#if defined BASEGFX_DLLIMPLEMENTATION
#define BASEGFX_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#else
@@ -35,3 +41,5 @@
#define BASEGFX_DLLPRIVATE SAL_DLLPRIVATE
#endif
+
+#endif \ No newline at end of file