COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
This commit is contained in:
parent
b125a2ae7b
commit
c905bf9b13
|
@ -31,7 +31,7 @@ namespace @KWSYS_NAMESPACE@
|
||||||
// forward declare the implementation class
|
// forward declare the implementation class
|
||||||
class SystemInformationImplementation;
|
class SystemInformationImplementation;
|
||||||
|
|
||||||
class SystemInformation
|
class @KWSYS_NAMESPACE@_EXPORT SystemInformation
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue