diff options
Diffstat (limited to 'Source/kwsys/Configure.h.in')
-rw-r--r-- | Source/kwsys/Configure.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/Configure.h.in b/Source/kwsys/Configure.h.in index 5af7a96..7fd5036 100644 --- a/Source/kwsys/Configure.h.in +++ b/Source/kwsys/Configure.h.in @@ -21,7 +21,7 @@ # if defined(@KWSYS_NAMESPACE@_EXPORTS) # define @KWSYS_NAMESPACE@_EXPORT __declspec(dllexport) # else -# define @KWSYS_NAMESPACE@_EXPORT __declspec(dllexport) +# define @KWSYS_NAMESPACE@_EXPORT __declspec(dllimport) # endif #else # define @KWSYS_NAMESPACE@_EXPORT |