From c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 11 Mar 2008 17:37:17 -0400 Subject: COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro. --- Source/kwsys/SystemInformation.hxx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in index 0267518..0fde927 100644 --- a/Source/kwsys/SystemInformation.hxx.in +++ b/Source/kwsys/SystemInformation.hxx.in @@ -31,7 +31,7 @@ namespace @KWSYS_NAMESPACE@ // forward declare the implementation class class SystemInformationImplementation; -class SystemInformation +class @KWSYS_NAMESPACE@_EXPORT SystemInformation { public: -- cgit v0.12