From 39e9098c77157ea38411a237a6b52e0f76f12ce1 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Fri, 16 Apr 2010 23:01:28 +0200 Subject: CWS gnumake2: export all symbols in framework using declspec --- framework/inc/fwkdllapi.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 framework/inc/fwkdllapi.h (limited to 'framework/inc/fwkdllapi.h') diff --git a/framework/inc/fwkdllapi.h b/framework/inc/fwkdllapi.h new file mode 100644 index 000000000000..45c65b166eb5 --- /dev/null +++ b/framework/inc/fwkdllapi.h @@ -0,0 +1,10 @@ +#ifndef INCLUDED_FWKDLLAPI_H +#define INCLUDED_FWKDLLAPI_H + +#include "sal/types.h" + +#include +#include +template struct FWI_DLLPUBLIC cppu::OBroadcastHelperVar; + +#endif /* INCLUDED_FWKDLLAPI_H */ -- cgit From 7c142871bc30b788fa350ee419f61bfdded1a14c Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Thu, 29 Apr 2010 16:27:41 +0200 Subject: CWS gnumake2: fix template export of MSVC --- framework/inc/fwkdllapi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework/inc/fwkdllapi.h') diff --git a/framework/inc/fwkdllapi.h b/framework/inc/fwkdllapi.h index 45c65b166eb5..a22303386b68 100644 --- a/framework/inc/fwkdllapi.h +++ b/framework/inc/fwkdllapi.h @@ -4,7 +4,5 @@ #include "sal/types.h" #include -#include -template struct FWI_DLLPUBLIC cppu::OBroadcastHelperVar; #endif /* INCLUDED_FWKDLLAPI_H */ -- cgit