[BACK]Return to wsio.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / include

Diff for /OpenXM_contrib2/asir2018/include/wsio.h between version 1.2 and 1.3

version 1.2, 2019/03/27 08:51:01 version 1.3, 2020/03/29 16:36:13
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2018/include/wsio.h,v 1.1 2018/09/19 06:00:58 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2018/include/wsio.h,v 1.2 2019/03/27 08:51:01 ohara Exp $
 */  */
 #ifndef WSIO_H  #ifndef WSIO_H
 #define WSIO_H  #define WSIO_H
Line 69  typedef struct
Line 69  typedef struct
 #if defined(VISUAL)  #if defined(VISUAL)
   int*   _p;    int*   _p;
 #else  #else
   FILE  fp;    FILE*  fp;
 #endif  #endif
   int    fildes;    int    fildes;
   int    p;    int    p;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>