diff options
author | Brad King <brad.king@kitware.com> | 2008-03-11 21:37:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-11 21:37:17 (GMT) |
commit | c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed (patch) | |
tree | d4f749545e43ac1b857fd0f341487a66d9046d76 /Source/kwsys/SystemInformation.hxx.in | |
parent | b125a2ae7bd0efe9a5623bd6ccba821bafcd36e2 (diff) | |
download | CMake-c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed.zip CMake-c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed.tar.gz CMake-c905bf9b13e4f0418acef1f16f9c6bf9ae2b97ed.tar.bz2 |
COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
Diffstat (limited to 'Source/kwsys/SystemInformation.hxx.in')
-rw-r--r-- | Source/kwsys/SystemInformation.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |