Diff for /xmil/common/wavefile.h between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:29 version 1.2, 2008/06/02 20:07:30
Line 1 Line 1
   
 // あとで GETSNDに乗り換えるかも…  /* あとで GETSNDに乗り換えるかも… */
   
 #if defined(BYTESEX_BIG)  #if defined(BYTESEX_BIG)
 #define WAVE_SIG(a, b, c, d)    \  #define WAVE_SIG(a, b, c, d)    \
Line 30  typedef struct { Line 30  typedef struct {
 } WAVE_INFOS;  } WAVE_INFOS;
   
   
 // ---- write  /* write */
   
 typedef struct {  typedef struct {
         long            fh;          long            fh;

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


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