mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
[phreeqci] fixed _ASSERTE error on linux builds
This commit is contained in:
parent
22c4a624a9
commit
123cc8a5f5
@ -1,3 +1,7 @@
|
||||
#if !(defined(WIN32) && !defined(__GNUC__))
|
||||
#include <assert.h>
|
||||
#define _ASSERTE assert
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include "Phreeqc.h"
|
||||
#include "PBasic.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user