BUG: Fixed dllimport.

This commit is contained in:
Brad King 2003-12-14 13:03:44 -05:00
parent d3f1410be3
commit 31d72f961b
1 changed files with 1 additions and 1 deletions

View File

@ -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