Skip to content
Snippets Groups Projects
Commit e0067edf authored by Brad King's avatar Brad King
Browse files

BUG: Fixed dllimport.

parent 893255f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment