mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
reset for dlls
This commit is contained in:
parent
9319c9daf8
commit
54161f4ae3
@ -1,13 +1,10 @@
|
||||
#ifndef INC_PHRQ_EXPORTS_H
|
||||
#define INC_PHRQ_EXPORTS_H
|
||||
|
||||
#if defined(_WINDLL)
|
||||
# ifdef IPhreeqc_EXPORTS
|
||||
|
||||
#if defined(_WINDLL) && defined(IPhreeqc_EXPORTS)
|
||||
# define IPQ_DLL_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
# define IPQ_DLL_EXPORT __declspec(dllimport)
|
||||
# endif
|
||||
#else
|
||||
# define IPQ_DLL_EXPORT
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user