Diff for /np2/win9x/cmpara.cpp between versions 1.2 and 1.3

version 1.2, 2004/03/27 13:31:37 version 1.3, 2005/02/07 14:46:14
Line 7  typedef struct { Line 7  typedef struct {
 } _CMPARA, *CMPARA;  } _CMPARA, *CMPARA;
   
   
 static UINT pararead(COMMNG self, BYTE *data) {  static UINT pararead(COMMNG self, UINT8 *data) {
   
         return(0);          return(0);
 }  }
   
 static UINT parawrite(COMMNG self, BYTE data) {  static UINT parawrite(COMMNG self, UINT8 data) {
   
         CMPARA  para;          CMPARA  para;
         DWORD   writesize;          DWORD   writesize;
Line 22  static UINT parawrite(COMMNG self, BYTE  Line 22  static UINT parawrite(COMMNG self, BYTE 
         return(1);          return(1);
 }  }
   
 static BYTE paragetstat(COMMNG self) {  static UINT8 paragetstat(COMMNG self) {
   
         return(0);          return(0);
 }  }

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


RetroPC.NET-CVS <cvs@retropc.net>