Browse Source

BUG: Fixed dllimport.

Brad King 22 năm trước cách đây
mục cha
commit
31d72f961b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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