reset for dlls

This commit is contained in:
Charlton, Scott R 2020-09-29 10:27:55 -06:00
parent 9319c9daf8
commit 54161f4ae3

View File

@ -1,12 +1,9 @@
#ifndef INC_PHRQ_EXPORTS_H
#define INC_PHRQ_EXPORTS_H
#if defined(_WINDLL)
# ifdef IPhreeqc_EXPORTS
# define IPQ_DLL_EXPORT __declspec(dllexport)
# else
# define IPQ_DLL_EXPORT __declspec(dllimport)
# endif
#if defined(_WINDLL) && defined(IPhreeqc_EXPORTS)
# define IPQ_DLL_EXPORT __declspec(dllexport)
#else
# define IPQ_DLL_EXPORT
#endif