=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/io/ws_fileio.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- OpenXM_contrib2/asir2000/io/ws_fileio.c 2015/08/06 10:01:52 1.10 +++ OpenXM_contrib2/asir2000/io/ws_fileio.c 2015/08/14 13:51:55 1.11 @@ -44,9 +44,9 @@ * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. - * $OpenXM: OpenXM_contrib2/asir2000/io/ws_fileio.c,v 1.9 2009/02/13 11:25:48 ohara Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/io/ws_fileio.c,v 1.10 2015/08/06 10:01:52 fujimoto Exp $ */ -#if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) || defined(MPI) +#if defined(VISUAL) || defined(__MINGW32__) || defined(MPI) #include #include"wsio.h" @@ -204,7 +204,7 @@ STREAM* s; if (!s) return 0; -#if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) +#if defined(VISUAL) || defined(__MINGW32__) size = recv(s->fildes,data,count,0); #elif defined(MPI) { @@ -229,7 +229,7 @@ STREAM* s; if (!s || !count) return 0; -#if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) +#if defined(VISUAL) || defined(__MINGW32__) size = send(s->fildes,data,count,0); return size; #elif defined(MPI)