iphreeqc/fwrap1.cpp
David L Parkhurst b0124be70c Made native
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9024 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2014-10-30 22:00:37 +00:00

22 lines
319 B
C++

#include "IPhreeqc.h"
#include "fwrap.h"
#if defined(_WIN32) && !defined(_M_AMD64)
#if defined(__cplusplus)
extern "C" {
#endif
//
// Intel Fortran compiler 9.1 /iface:cvf
//
#define IPQ_DECL __stdcall
#define IPQ_CASE_UND(name, NAME, name_, NAME_) NAME
#include "fimpl.h"
#if defined(__cplusplus)
}
#endif
#endif