mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
added DeleteFile prototype for linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4203 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
25ce8f5e86
commit
76a907a9ff
@ -11,6 +11,12 @@
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
|
||||
#if defined(_WIN32) || defined(__CYGWIN32__)
|
||||
// DeleteFile defined in <windows.h>
|
||||
#else
|
||||
int DeleteFile(const char* szPathName);
|
||||
#endif
|
||||
|
||||
bool FileExists(const char *szPathName);
|
||||
VRESULT SOLUTION(double C, double Ca, double Na);
|
||||
VRESULT EQUILIBRIUM_PHASES(const char* phase, double si, double amount);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user