Browse Source

BUG: Fixed dllimport.

Brad King 22 years ago
parent
commit
31d72f961b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/kwsys/Configure.h.in

+ 1 - 1
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