Commit de3ac001 by Maarten L. Hekkelman

added import statement for Windows DLL

parent b1047154
...@@ -144,7 +144,7 @@ class Compound ...@@ -144,7 +144,7 @@ class Compound
// -------------------------------------------------------------------- // --------------------------------------------------------------------
// Factory class for Compound and Link objects // Factory class for Compound and Link objects
extern const std::map<std::string, char> kAAMap, kBaseMap; extern CIFPP_DLL_IMPORT(const) std::map<std::string, char> kAAMap, kBaseMap;
class CompoundFactory class CompoundFactory
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment