fixed BUILD_SHARED_LIBS build on windows

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10347 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-10-06 03:15:13 +00:00
parent caecf8b8d6
commit 33b4ae373e

View File

@ -3,8 +3,14 @@
#include <sstream>
#if defined(_WINDLL)
#define IPQ_DLL_EXPORT __declspec(dllexport)
#else
#define IPQ_DLL_EXPORT
#endif
class PHRQ_io;
class PHRQ_base
class IPQ_DLL_EXPORT PHRQ_base
{
public:
// constructors