From 4265f28d829e056582255b47488a3415483181a6 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Sat, 26 Feb 2011 17:29:28 +0100 Subject: CWS gnumake4: convert basebmp to new build system [hg:a0f3dc4a5f5a] --- basebmp/inc/basebmp/bitmapdevice.hxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'basebmp/inc') diff --git a/basebmp/inc/basebmp/bitmapdevice.hxx b/basebmp/inc/basebmp/bitmapdevice.hxx index b1c513444fe6..134318b5aaf4 100644 --- a/basebmp/inc/basebmp/bitmapdevice.hxx +++ b/basebmp/inc/basebmp/bitmapdevice.hxx @@ -38,6 +38,13 @@ #include #include +#if defined BASEBMP_DLLIMPLEMENTATION +#define BASEBMP_DLLPUBLIC SAL_DLLPUBLIC_EXPORT +#else +#define BASEBMP_DLLPUBLIC SAL_DLLPUBLIC_IMPORT +#endif +#define BASEBMP_DLLPRIVATE SAL_DLLPRIVATE + namespace basegfx { class B2IPoint; @@ -71,7 +78,7 @@ struct ImplBitmapDevice; works best when given as an eight bit grey bitmap. Everything else is accepted, but potentially slow. */ -class BitmapDevice : public boost::enable_shared_from_this, +class BASEBMP_DLLPUBLIC BitmapDevice : public boost::enable_shared_from_this, private boost::noncopyable { public: -- cgit v1.2.3